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

Unified Diff: tests/language/abstract_exact_selector_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/spawn_uri_multi_test.dart ('k') | tests/language/abstract_factory_constructor_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/abstract_exact_selector_test.dart
diff --git a/tests/language/abstract_exact_selector_test.dart b/tests/language/abstract_exact_selector_test.dart
index a44811dd2cbcb175b9e0aea37334a9cf2acc0efe..fa4e48b365c89b7f7d5daf033c7dd5a232437b4d 100644
--- a/tests/language/abstract_exact_selector_test.dart
+++ b/tests/language/abstract_exact_selector_test.dart
@@ -20,7 +20,7 @@ returnFoo() {
}
class Bar {
- operator ==(other) => false;
+ operator==(other) => false;
}
var a = [false, true, new Object(), new Bar()];
« no previous file with comments | « tests/isolate/spawn_uri_multi_test.dart ('k') | tests/language/abstract_factory_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698