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

Unified Diff: tests/isolate/enum_const_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/corelib/hash_map_test.dart ('k') | tests/isolate/message_enum_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/enum_const_test.dart
diff --git a/tests/isolate/enum_const_test.dart b/tests/isolate/enum_const_test.dart
index 54ba24f51c3bd1619053e552179e8782ef3fd13e..4654cdcff36b6676c0e45b1632242b97f4aa95ad 100644
--- a/tests/isolate/enum_const_test.dart
+++ b/tests/isolate/enum_const_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
-
import "dart:isolate";
import "package:expect/expect.dart";
« no previous file with comments | « tests/corelib/hash_map_test.dart ('k') | tests/isolate/message_enum_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698