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

Unified Diff: tests/language_strong/const_constructor_nonconst_field_test.dart

Issue 2770063002: Revert "Format all multitests" (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 dbd3755753a80ea921eac96fa9b33843e15406e1..6dab9fd13897b1fd02cbea0afec6bccf37490ecd 100644
--- a/tests/language_strong/const_constructor_nonconst_field_test.dart
+++ b/tests/language_strong/const_constructor_nonconst_field_test.dart
@@ -9,11 +9,9 @@ class A {
final int j = 1;
const A();
}
-
int f() {
return 3;
}
-
main() {
Expect.equals(const A().j, 1);
}
« no previous file with comments | « tests/language_strong/const_constructor_mixin_test.dart ('k') | tests/language_strong/const_constructor_super_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698