Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: tests/language/enum_private_test.dart

Issue 2247733005: Correct and GC unrecognized flags from our tests. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/enum_mirror_test.dart ('k') | tests/language/enum_syntax_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/enum_private_test.dart
diff --git a/tests/language/enum_private_test.dart b/tests/language/enum_private_test.dart
index e55b0c2f70f76795d820e4a257fef46f5f352880..bf99f4f2ae995a782204bb31a0f965d2f6c15720 100644
--- a/tests/language/enum_private_test.dart
+++ b/tests/language/enum_private_test.dart
@@ -2,8 +2,6 @@
// 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.
-// SharedOptions=--enable-enum
-
// Test privacy issue for enums.
library enum_private_test;
« no previous file with comments | « tests/language/enum_mirror_test.dart ('k') | tests/language/enum_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698