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

Unified Diff: tests/language/string_interpolation2_test.dart

Issue 2765693002: Update all tests (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
Index: tests/language/string_interpolation2_test.dart
diff --git a/tests/language/string_interpolation2_test.dart b/tests/language/string_interpolation2_test.dart
index 55aa734890d832783e8483184c3a1ab49c570309..f54fc950814d885d306c7aacfe6ec7d8638966c6 100644
--- a/tests/language/string_interpolation2_test.dart
+++ b/tests/language/string_interpolation2_test.dart
@@ -7,7 +7,7 @@
class StringInterpolation2NegativeTest {
static testMain() {
// Dollar followed by "/".
- print('C;Y1;X4;K"$/Month"'); /// 01: compile-time error
+ print('C;Y1;X4;K"$/Month"'); //# 01: compile-time error
}
}

Powered by Google App Engine
This is Rietveld 408576698