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

Unified Diff: tests/language/bailout4_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/bailout4_test.dart
diff --git a/tests/language/bailout4_test.dart b/tests/language/bailout4_test.dart
index 54c2f3f8ca7a3fb7f3f4f7b9f4544973db75d541..2985e96d95cbfc2bb82a73e856d209d5a96b43ad 100644
--- a/tests/language/bailout4_test.dart
+++ b/tests/language/bailout4_test.dart
@@ -8,7 +8,7 @@ import "package:expect/expect.dart";
// of nested loops.
class A {
- operator[] (index) => 42;
+ operator [](index) => 42;
}
var a = new A();

Powered by Google App Engine
This is Rietveld 408576698