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

Unified Diff: tests/isolate/enum_const_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
« no previous file with comments | « tests/isolate/compile_time_error_test.dart ('k') | tests/isolate/isolate_import_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/enum_const_test.dart
diff --git a/tests/isolate/enum_const_test.dart b/tests/isolate/enum_const_test.dart
index 292ba89eb93e6d2efa79e76c53677f9bef1f1146..0b6379410247198c07daf28af4ec4c323bdf2300 100644
--- a/tests/isolate/enum_const_test.dart
+++ b/tests/isolate/enum_const_test.dart
@@ -5,7 +5,9 @@
import "dart:isolate";
import "package:expect/expect.dart";
-enum Foo { BAR, BAZ }
+enum Foo {
+ BAR, BAZ
+}
verify(val) {
Expect.identical(Foo.BAR, val);
« no previous file with comments | « tests/isolate/compile_time_error_test.dart ('k') | tests/isolate/isolate_import_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698