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

Unified Diff: tests/language_strong/no_such_constructor_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/no_such_constructor_test.dart
diff --git a/tests/language_strong/no_such_constructor_test.dart b/tests/language_strong/no_such_constructor_test.dart
index 40ade7491075ebff9c35ca9d50993c1b099d78b0..3c4c7a9b6c61ee391e9e1ec3adb3508914db2906 100644
--- a/tests/language_strong/no_such_constructor_test.dart
+++ b/tests/language_strong/no_such_constructor_test.dart
@@ -9,5 +9,5 @@ class A {
}
main() {
- new A(42); /// 01: static type warning, runtime error
+ new A(42); //# 01: static type warning, runtime error
}

Powered by Google App Engine
This is Rietveld 408576698