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

Unified Diff: tests/language/abstract_runtime_error_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
« no previous file with comments | « tests/language/abstract_getter_test.dart ('k') | tests/language/argument_definition_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/abstract_runtime_error_test.dart
diff --git a/tests/language/abstract_runtime_error_test.dart b/tests/language/abstract_runtime_error_test.dart
index 556f9ffeb4ac680551088f8bb94c4fa3ec5c390e..99f8fa051bc44133259846ebb5746d8be42c80cf 100644
--- a/tests/language/abstract_runtime_error_test.dart
+++ b/tests/language/abstract_runtime_error_test.dart
@@ -10,7 +10,6 @@ import "package:expect/expect.dart";
// If q is a constructor of an abstract class then an
// AbstractClassInstantiation- Error is thrown.
-
abstract class Interface {
void foo(); //# 03: static type warning
}
« no previous file with comments | « tests/language/abstract_getter_test.dart ('k') | tests/language/argument_definition_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698