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

Unified Diff: tests/language_strong/constructor_initializer_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_strong/constructor_initializer_test.dart
diff --git a/tests/language_strong/constructor_initializer_test.dart b/tests/language_strong/constructor_initializer_test.dart
index 21c2ffa18ebd733b3a1cb123f636457ba4978b80..eba48bfc249ecb7a79b0c904505ca0adbc614076 100644
--- a/tests/language_strong/constructor_initializer_test.dart
+++ b/tests/language_strong/constructor_initializer_test.dart
@@ -11,7 +11,7 @@ class A {
// is remembered in the constructor body.
Expect.equals(x, _x + 1);
Expect.equals(y, _y + 1);
- Expect.isFalse(?y); /// 01: compile-time error
+ Expect.isFalse(?y); //# 01: compile-time error
}
}

Powered by Google App Engine
This is Rietveld 408576698