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

Unified Diff: tests/language/string_interpolation_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_interpolation_test.dart
diff --git a/tests/language/string_interpolation_test.dart b/tests/language/string_interpolation_test.dart
index 5a4f897c0c375cfa777174bf81748ef359f73192..ab59045400c5df231096893456e1ae9966c7f73d 100644
--- a/tests/language/string_interpolation_test.dart
+++ b/tests/language/string_interpolation_test.dart
@@ -59,7 +59,7 @@ class StringInterpolationTest {
Expect.equals("}", "escaped \${3+2}"[17]);
if (alwaysFalse) {
- "${i.toHorse()}"; /// 01: static type warning
+ "${i.toHorse()}"; //# 01: static type warning
}
Expect.equals("${m}", "$m");

Powered by Google App Engine
This is Rietveld 408576698