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

Unified Diff: tests/language_strong/assertion_test.dart

Issue 2986093002: Revert two Kernel changes that were causing test failures. (Closed)
Patch Set: Revert "Migrate language/async_backwards... ... language/async_star_take..." Created 3 years, 5 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
Index: tests/language_strong/assertion_test.dart
diff --git a/tests/language_2/assertion_test.dart b/tests/language_strong/assertion_test.dart
similarity index 98%
rename from tests/language_2/assertion_test.dart
rename to tests/language_strong/assertion_test.dart
index 462bd2457ab0527577bd688516e227d08765a25d..d1cc39b142c9a553e67c8310fe0a58151575c54b 100644
--- a/tests/language_2/assertion_test.dart
+++ b/tests/language_strong/assertion_test.dart
@@ -1,8 +1,8 @@
// Copyright (c) 2011, 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.
-// VMOptions=--enable_type_checks --enable_asserts
-
+// VMOptions=--enable_type_checks
+//
// Dart test program testing assert statements.
import "package:expect/expect.dart";

Powered by Google App Engine
This is Rietveld 408576698