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

Unified Diff: tests/language/proxy5_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/proxy5_test.dart
diff --git a/tests/language/proxy5_test.dart b/tests/language/proxy5_test.dart
index 41e63e68176581a08292d790b944f1627bca6dc9..68f4d2b4dbb96b2006e321a92f57ed63e9f3e733 100644
--- a/tests/language/proxy5_test.dart
+++ b/tests/language/proxy5_test.dart
@@ -11,10 +11,12 @@ abstract class Mock {
noSuchMethod(i);
}
-abstract class Foo { int foo(); }
+abstract class Foo {
+ int foo();
+}
class DontWarnMe extends Mock implements Foo {}
main() {
Expect.throws(() => new DontWarnMe().foo());
-}
+}

Powered by Google App Engine
This is Rietveld 408576698