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

Unified Diff: tests/language_strong/abstract_exact_selector_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/language_strong/abstract_exact_selector_test.dart
diff --git a/tests/language_strong/abstract_exact_selector_test.dart b/tests/language_strong/abstract_exact_selector_test.dart
index fa4e48b365c89b7f7d5daf033c7dd5a232437b4d..a44811dd2cbcb175b9e0aea37334a9cf2acc0efe 100644
--- a/tests/language_strong/abstract_exact_selector_test.dart
+++ b/tests/language_strong/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/language/wrong_number_type_arguments_test.dart ('k') | tests/language_strong/abstract_factory_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698