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

Unified Diff: tests/language/prefix12_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/prefix12_test.dart
diff --git a/tests/language/prefix12_test.dart b/tests/language/prefix12_test.dart
index e2c90b3c1ad366bbdfb55ceadfd318892df189c7..1aeae09e8221e086f3604ca2e062ab0c4cc220d1 100644
--- a/tests/language/prefix12_test.dart
+++ b/tests/language/prefix12_test.dart
@@ -4,6 +4,7 @@
//
library Prefix12Test.dart;
+
import "package:expect/expect.dart";
import "library11.dart" as lib11;
@@ -14,6 +15,7 @@ class Prefix12Test {
result = obj.fld;
Expect.equals(10, result);
}
+
static Test2() {
int result = 0;
var obj = new lib11.Library111<int>.namedConstructor(10);

Powered by Google App Engine
This is Rietveld 408576698