| Index: tests/language/generic_functions_test.dart
|
| diff --git a/tests/language/generic_functions_test.dart b/tests/language/generic_functions_test.dart
|
| index e3f6cafa3d7f00fadf21390a5fc3cae42703bc8f..c9628a6ce888d6f5f20d4da7af9e5950ff6e6221 100644
|
| --- a/tests/language/generic_functions_test.dart
|
| +++ b/tests/language/generic_functions_test.dart
|
| @@ -1,6 +1,8 @@
|
| // 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
|
| /// function declarations and function invocations. Variant of code from
|
|
|