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

Unified Diff: tests/language_2/assert_message_test.dart

Issue 2990773002: Migrate language/arithmetic2_test ... language/async_await_syntax_test. (Closed)
Patch Set: Update migrated tests and statuses to Dart 2.0. 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_2/assert_assignable_type_test.dart ('k') | tests/language_2/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_2/assert_message_test.dart
diff --git a/tests/language/assert_message_test.dart b/tests/language_2/assert_message_test.dart
similarity index 97%
rename from tests/language/assert_message_test.dart
rename to tests/language_2/assert_message_test.dart
index 38c5d315b326c0bd04e2352505e1a03caf3a703b..d2a8b2ea457f57dede1889bb1e306609241c2ee9 100644
--- a/tests/language/assert_message_test.dart
+++ b/tests/language_2/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_2/assert_assignable_type_test.dart ('k') | tests/language_2/assert_trailing_comma_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698