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

Unified Diff: tests/language/prefix7_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/prefix7_negative_test.dart
diff --git a/tests/language/prefix7_negative_test.dart b/tests/language/prefix7_negative_test.dart
index b098f657e684217bc5ec1453d8f5cbfc2892513e..21e313d8c4de3b1eecde4eee25993296a3b675c3 100644
--- a/tests/language/prefix7_negative_test.dart
+++ b/tests/language/prefix7_negative_test.dart
@@ -4,11 +4,11 @@
//
library Prefix7NegativeTest.dart;
+
import "library10.dart" as lib10;
// Top level variables cannot shadow library prefixes, they should collide.
var lib10;
-main() {
-}
+main() {}

Powered by Google App Engine
This is Rietveld 408576698