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

Unified Diff: tests/language_strong/interface2_negative_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_strong/interface2_negative_test.dart
diff --git a/tests/language_strong/interface2_negative_test.dart b/tests/language_strong/interface2_negative_test.dart
index 9c9ec479c106d9f3b9541cdfd19b3d40b4d2e3e1..c4a23b1259cbec535bb8611913c35ccd7a76fb8f 100644
--- a/tests/language_strong/interface2_negative_test.dart
+++ b/tests/language_strong/interface2_negative_test.dart
@@ -4,10 +4,8 @@
// Dart test program for testing wrong abstract class reference:
// A class must implement a known interface.
-
class Interface2NegativeTest implements BooHoo {
- static testMain() {
- }
+ static testMain() {}
}
main() {

Powered by Google App Engine
This is Rietveld 408576698