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/string_interpolation1_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 years, 9 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/static_top_level_test.dart ('k') | tests/language/string_interpolation2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/string_interpolation1_test.dart
diff --git a/tests/language/string_interpolation1_test.dart b/tests/language/string_interpolation1_test.dart
index 4555dd07d96c733454ff91d38c46bd593d363dad..dacdbca088cb56f9e3b2f828ee6c67852dc02da5 100644
--- a/tests/language/string_interpolation1_test.dart
+++ b/tests/language/string_interpolation1_test.dart
@@ -11,9 +11,9 @@ class A {
class StringInterpolation1NegativeTest {
// Dollar not followed by "{" or identifier.
- static const DOLLAR = const A("$"); /// 01: compile-time error
+ static const DOLLAR = const A("$"); //# 01: compile-time error
static testMain() {
- print(DOLLAR); /// 01: continued
+ print(DOLLAR); //# 01: continued
}
}
« no previous file with comments | « tests/language/static_top_level_test.dart ('k') | tests/language/string_interpolation2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698