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

Unified Diff: tests/language/string_interpolation3_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/string_interpolation2_test.dart ('k') | tests/language/string_interpolation4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/string_interpolation3_test.dart
diff --git a/tests/language/string_interpolation3_test.dart b/tests/language/string_interpolation3_test.dart
index 4ccf8d5d204f94d91523427b0e0fe3ad597d0266..59a5001882c64258b6a4d3eea32355230791cba5 100644
--- a/tests/language/string_interpolation3_test.dart
+++ b/tests/language/string_interpolation3_test.dart
@@ -7,7 +7,7 @@
class StringInterpolation3NegativeTest {
static testMain() {
// Dollar followed by a number.
- print('F;P4;F$2R'); /// 01: compile-time error
+ print('F;P4;F$2R'); //# 01: compile-time error
}
}
« no previous file with comments | « tests/language/string_interpolation2_test.dart ('k') | tests/language/string_interpolation4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698