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

Unified Diff: tests/language/const_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/const_constructor_test.dart
diff --git a/tests/language/const_constructor_test.dart b/tests/language/const_constructor_test.dart
index 94dbaee311a55e011a3e1faaffb9bd87310502d5..ae84d733d70439f9592f4d67e0edc8fcc6598a50 100644
--- a/tests/language/const_constructor_test.dart
+++ b/tests/language/const_constructor_test.dart
@@ -13,5 +13,5 @@ class A<T> {
main() {
Expect.equals(42, (const A<int>.named()).x);
Expect.equals(42, (new A<int>.named()).x);
- const A<int>(); /// 01: compile-time error
+ const A<int>(); //# 01: compile-time error
}

Powered by Google App Engine
This is Rietveld 408576698