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

Unified Diff: tests/language_strong/inline_super_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/inline_super_test.dart
diff --git a/tests/language_strong/inline_super_test.dart b/tests/language_strong/inline_super_test.dart
index 7ed155bebbae0c025736dfbdf1026c5cc28bfbfa..beffdaa3de007ac72826162e63195fbd484caa19 100644
--- a/tests/language_strong/inline_super_test.dart
+++ b/tests/language_strong/inline_super_test.dart
@@ -5,6 +5,7 @@
// Regression test for dart2js issue 6639.
library inline_super_test;
+
import "package:expect/expect.dart";
part 'inline_super_part.dart';
@@ -29,7 +30,7 @@ class LivingActor extends Actor {
// [Actor]'s constructor. When this inlining is being initiated
// from [Player], we must take care to ensure that we know that we
// are inlining from this location, and not [Player].
- LivingActor () : super(new Percept());
+ LivingActor() : super(new Percept());
}
main() {

Powered by Google App Engine
This is Rietveld 408576698