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

Unified Diff: tests/language/ct_const4_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/ct_const4_test.dart
diff --git a/tests/language/ct_const4_test.dart b/tests/language/ct_const4_test.dart
index d7ab8dba269920e6ac592e99222724049eebe94a..bdfeddbfecd2a02d50df137a409370957360c6bb 100644
--- a/tests/language/ct_const4_test.dart
+++ b/tests/language/ct_const4_test.dart
@@ -4,6 +4,7 @@
// Check compile-time constant library references with prefixes
library CTConst4Test;
+
import "package:expect/expect.dart";
import "ct_const4_lib.dart" as mylib;
@@ -12,4 +13,3 @@ const A = mylib.B;
main() {
Expect.equals(1, A);
}
-

Powered by Google App Engine
This is Rietveld 408576698