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

Unified Diff: tests/language_strong/library_ambiguous_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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/library_ambiguous_test.dart
diff --git a/tests/language_strong/library_ambiguous_test.dart b/tests/language_strong/library_ambiguous_test.dart
index ccac0087c07deab1d8ebb190b282cb15b82e2dde..5cf10b55692599e617b45a8232b2b33275849bfd 100644
--- a/tests/language_strong/library_ambiguous_test.dart
+++ b/tests/language_strong/library_ambiguous_test.dart
@@ -5,8 +5,8 @@
// This test should fail to load because we are importing two libraries
// which define the same top level name foo, and we are referring to the name.
-import "library1.dart"; // Defines top level variable 'foo'
-import "library2.dart"; // Defines top level variable 'foo'
+import "library1.dart"; // Defines top level variable 'foo'
+import "library2.dart"; // Defines top level variable 'foo'
class X
extends baw // //# 05: compile-time error
« no previous file with comments | « tests/language_strong/least_upper_bound_test.dart ('k') | tests/language_strong/list_literal_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698