diff options
Diffstat (limited to 'test/463-checker-boolean-simplifier/build')
| -rwxr-xr-x | test/463-checker-boolean-simplifier/build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/463-checker-boolean-simplifier/build b/test/463-checker-boolean-simplifier/build index 3721955670..10ffcc537d 100755 --- a/test/463-checker-boolean-simplifier/build +++ b/test/463-checker-boolean-simplifier/build @@ -14,12 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This checker test is incompatible with jack bytecode output, -# so force it to use javac/dx. -export USE_JACK=false -# Also disable desugar because it is missing in jack platform builds. -export DESUGAR=false - # See b/65168732 export USE_D8=false |