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

Unified Diff: tests/lib_strong/mirrors/syntax_error_test.dart

Issue 2774783002: Re-land "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/lib_strong/mirrors/syntax_error_test.dart
diff --git a/tests/lib_strong/mirrors/syntax_error_test.dart b/tests/lib_strong/mirrors/syntax_error_test.dart
index 4f2ee09f08b39a8cb1b5045a993506a48b30368a..301d736d093d7ca299f67264492959b0b8531223 100644
--- a/tests/lib_strong/mirrors/syntax_error_test.dart
+++ b/tests/lib_strong/mirrors/syntax_error_test.dart
@@ -12,10 +12,10 @@ class MD {
const MD({this.name});
}
-@MD(name:'A')
+@MD(name: 'A')
class A {}
-@MD(name:'B')
+@MD(name: 'B')
class B {
static x = { 0: 0; }; // //# 01: compile-time error
}
« no previous file with comments | « tests/lib_strong/mirrors/symbol_validation_test.dart ('k') | tests/lib_strong/mirrors/type_variable_owner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698