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

Unified Diff: tests/compiler/dart2js_extra/deferred/deferred_class_library.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 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/compiler/dart2js_extra/deferred/deferred_class_library.dart
diff --git a/tests/compiler/dart2js_extra/deferred/deferred_class_library.dart b/tests/compiler/dart2js_extra/deferred/deferred_class_library.dart
index 138036c2c875ff6d39e8a0888083d76ce40ee681..03dad35ba0168c614dac1f1f3518a634385e72cf 100644
--- a/tests/compiler/dart2js_extra/deferred/deferred_class_library.dart
+++ b/tests/compiler/dart2js_extra/deferred/deferred_class_library.dart
@@ -19,6 +19,6 @@ class Constant {
final value;
const Constant(this.value);
- operator==(other) => other is Constant && value == other.value;
+ operator ==(other) => other is Constant && value == other.value;
get hashCode => 0;
}

Powered by Google App Engine
This is Rietveld 408576698