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

Unified Diff: tests/language/assert_message_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
« no previous file with comments | « tests/language/assert_initializer_test.dart ('k') | tests/language/assert_trailing_comma_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/assert_message_test.dart
diff --git a/tests/language_2/assert_message_test.dart b/tests/language/assert_message_test.dart
similarity index 97%
rename from tests/language_2/assert_message_test.dart
rename to tests/language/assert_message_test.dart
index d2a8b2ea457f57dede1889bb1e306609241c2ee9..38c5d315b326c0bd04e2352505e1a03caf3a703b 100644
--- a/tests/language_2/assert_message_test.dart
+++ b/tests/language/assert_message_test.dart
@@ -2,13 +2,13 @@
// 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=--assert-message
+
import "dart:async";
import "package:async_helper/async_helper.dart";
import "package:expect/expect.dart";
-// TODO(rnystrom): Unify with assert_with_message_test.dart.
-
main() {
// Only run with asserts enabled mode.
bool assertsEnabled = false;
« no previous file with comments | « tests/language/assert_initializer_test.dart ('k') | tests/language/assert_trailing_comma_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698