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

Unified Diff: tests/language/string_interpolation5_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_interpolation5_test.dart
diff --git a/tests/language/string_interpolation5_test.dart b/tests/language/string_interpolation5_test.dart
index 13cf3d32526f68649430901ac1faa16515b01cfa..50fba92533726f01508e24c4c5f96bd5d6a2f60c 100644
--- a/tests/language/string_interpolation5_test.dart
+++ b/tests/language/string_interpolation5_test.dart
@@ -7,7 +7,7 @@
class StringInterpolation5NegativeTest {
static testMain() {
// Dollar followed by a number.
- print("$1,000"); /// 01: compile-time error
+ print("$1,000"); //# 01: compile-time error
}
}

Powered by Google App Engine
This is Rietveld 408576698