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

Unified Diff: tests/language_strong/conditional_property_assignment_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
Index: tests/language_strong/conditional_property_assignment_test.dart
diff --git a/tests/language_strong/conditional_property_assignment_test.dart b/tests/language_strong/conditional_property_assignment_test.dart
index 34f9a9d11889a1bb2a8c349cec350b37a110b170..b27b94193197afa62ac578cc0f9c01cdb2bda191 100644
--- a/tests/language_strong/conditional_property_assignment_test.dart
+++ b/tests/language_strong/conditional_property_assignment_test.dart
@@ -29,7 +29,7 @@ class D {
}
class E {
- G operator +(int i) => new I();
+ G operator+(int i) => new I();
}
class F {}

Powered by Google App Engine
This is Rietveld 408576698