Index: tests/language_strong/assert_assignable_type_test.dart |
diff --git a/tests/language_2/assert_assignable_type_test.dart b/tests/language_strong/assert_assignable_type_test.dart |
similarity index 90% |
rename from tests/language_2/assert_assignable_type_test.dart |
rename to tests/language_strong/assert_assignable_type_test.dart |
index 9721bf244c4f5a72a2e09940ee4a1abd6594676c..73973dbc52e9ff406c4956118b8114e511bb6e50 100644 |
--- a/tests/language_2/assert_assignable_type_test.dart |
+++ b/tests/language_strong/assert_assignable_type_test.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
// Dart test program to test arithmetic operations. |
-// VMOptions=--optimization-counter-threshold=10 --checked --no-background-compilation |
+// VMOptions=--optimization-counter-threshold=10 --checked |
// This test crashes if we recompute type of AssertAssignableInstr based on its |
// output types. By doing that we would eliminate not only the unnecessary |