| Index: tests/compiler/dart2js/options_helper.dart
|
| diff --git a/tests/compiler/dart2js/options_helper.dart b/tests/compiler/dart2js/options_helper.dart
|
| index 5df9c08e906ad8b311936869807aa529b78b2273..ec6377413c916e62a52ce488f8d1e14ddf7fd45b 100644
|
| --- a/tests/compiler/dart2js/options_helper.dart
|
| +++ b/tests/compiler/dart2js/options_helper.dart
|
| @@ -18,7 +18,3 @@ class MockDiagnosticOptions implements DiagnosticOptions {
|
| bool get hidePackageWarnings => true;
|
| bool showPackageWarningsFor(Uri uri) => false;
|
| }
|
| -
|
| -class MockParserOptions implements ParserOptions {
|
| - bool get enableGenericMethodSyntax => true;
|
| -}
|
|
|