Index: tests/language/generic_methods_test.dart |
diff --git a/tests/language/generic_methods_test.dart b/tests/language/generic_methods_test.dart |
index e32526ad6d8d502212634c53ebf614ec78e8d419..ec7d48823383be2ff31512aeae350acf7620267f 100644 |
--- a/tests/language/generic_methods_test.dart |
+++ b/tests/language/generic_methods_test.dart |
@@ -2,6 +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. |
// |
+// DartOptions=--generic-method-syntax |
// VMOptions=--generic-method-syntax |
/// Dart test verifying that the parser can handle type parameterization of |