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

Unified Diff: tests/language/empty_library.dart

Issue 1173523002: Fix analyzer's handling of import prefixes not followed by '.'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/empty_library.dart
diff --git a/tests/language/deferred_call_empty_before_load_lib.dart b/tests/language/empty_library.dart
similarity index 90%
copy from tests/language/deferred_call_empty_before_load_lib.dart
copy to tests/language/empty_library.dart
index 32dd3765f615a60ec0fec480b33f863eca4162ab..fe101dc999a80b771ab0decabb137ef8c509623c 100644
--- a/tests/language/deferred_call_empty_before_load_lib.dart
+++ b/tests/language/empty_library.dart
@@ -2,4 +2,4 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-thefun() {}
+library empty_library;
« no previous file with comments | « tests/language/conditional_property_assignment_test.dart ('k') | tests/language/if_null_assignment_behavior_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698