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

Unified Diff: tests/language_strong/const_constructor_nonconst_field_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/const_constructor_nonconst_field_test.dart
diff --git a/tests/language_strong/const_constructor_nonconst_field_test.dart b/tests/language_strong/const_constructor_nonconst_field_test.dart
index 9571a408a13a3cdf66626af502d090e26e512d3c..6dab9fd13897b1fd02cbea0afec6bccf37490ecd 100644
--- a/tests/language_strong/const_constructor_nonconst_field_test.dart
+++ b/tests/language_strong/const_constructor_nonconst_field_test.dart
@@ -5,7 +5,7 @@
import "package:expect/expect.dart";
class A {
- final int i = f(); /// 01: compile-time error
+ final int i = f(); //# 01: compile-time error
final int j = 1;
const A();
}

Powered by Google App Engine
This is Rietveld 408576698