Index: tests/language/generic_function_typedef_test.dart |
diff --git a/tests/language/generic_function_typedef_test.dart b/tests/language/generic_function_typedef_test.dart |
index d6e0fbce2dd2685f48e7ea442c356e6c37e74e7b..c8670d8ef27afa11213075adf6861b59986d450b 100644 |
--- a/tests/language/generic_function_typedef_test.dart |
+++ b/tests/language/generic_function_typedef_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test for a function type test that cannot be eliminated at compile time. |
+// VMOptions=--generic-method-syntax --no-reify-generic-functions |
+ |
import "package:expect/expect.dart"; |
class A {} |