| Index: tests/language/initializing_formal_capture_test.dart
|
| diff --git a/tests/language/initializing_formal_capture_test.dart b/tests/language/initializing_formal_capture_test.dart
|
| index 8257d4fcc6d3c782dc5e9563a3d4c02aeb24a874..3fd2d2ca5f16e4336895e1f9470071b4a151d952 100644
|
| --- a/tests/language/initializing_formal_capture_test.dart
|
| +++ b/tests/language/initializing_formal_capture_test.dart
|
| @@ -1,9 +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=--initializing-formal-access
|
| -// VMOptions=--initializing-formal-access
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|