| Index: tests/language/generic_methods_test.dart
|
| diff --git a/tests/language/generic_methods_test.dart b/tests/language/generic_methods_test.dart
|
| index fba394a640e06c839fd4262b646025eec42f122a..ec7d48823383be2ff31512aeae350acf7620267f 100644
|
| --- a/tests/language/generic_methods_test.dart
|
| +++ b/tests/language/generic_methods_test.dart
|
| @@ -3,6 +3,7 @@
|
| // 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
|
| /// method declarations and method invocations. Slightly adjusted version of
|
|
|