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

Unified Diff: tests/language_strong/prefix3_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/prefix3_negative_test.dart
diff --git a/tests/language_strong/prefix3_negative_test.dart b/tests/language_strong/prefix3_negative_test.dart
index 521598f25b090553c066a815ba3fd62700882f70..2308f7c9f897ef857c519632e7c566b3b080be9b 100644
--- a/tests/language_strong/prefix3_negative_test.dart
+++ b/tests/language_strong/prefix3_negative_test.dart
@@ -8,9 +8,9 @@
// results in a duplicate definition error.
library Prefix3NegativeTest.dart;
-import "library1.dart" as lib2; // defines 'foo'.
-import "library2.dart" as lib2; // also defines 'foo'.
+import "library1.dart" as lib2; // defines 'foo'.
+import "library2.dart" as lib2; // also defines 'foo'.
main() {
lib2.foo = 1;

Powered by Google App Engine
This is Rietveld 408576698