| 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..9151fc308cd5b16c9822dc9c32cf0a7b02be02e2 100644
|
| --- a/tests/language/generic_methods_test.dart
|
| +++ b/tests/language/generic_methods_test.dart
|
| @@ -1,8 +1,6 @@
|
| // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
|
| // 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
|
|
|
| /// Dart test verifying that the parser can handle type parameterization of
|
| /// method declarations and method invocations. Slightly adjusted version of
|
|
|