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

Unified Diff: tests/language/string_interpolation4_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_interpolation4_test.dart
diff --git a/tests/language/string_interpolation4_test.dart b/tests/language/string_interpolation4_test.dart
index ab26160735b92563bf237b3f9ebea181f35d0fa8..d343e432a99a26018eb2cb723f507c379249d55a 100644
--- a/tests/language/string_interpolation4_test.dart
+++ b/tests/language/string_interpolation4_test.dart
@@ -7,7 +7,7 @@
class StringInterpolation4NegativeTest {
static testMain() {
// Dollar not followed by "{" or identifier.
- print("-" + "$" + "foo"); /// 01: compile-time error
+ print("-" + "$" + "foo"); //# 01: compile-time error
}
}

Powered by Google App Engine
This is Rietveld 408576698