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

Unified Diff: test/dart2js/allows_import_in_dart_code_test.dart

Issue 1585513002: Get rid of all the library tags. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 11 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: test/dart2js/allows_import_in_dart_code_test.dart
diff --git a/test/dart2js/allows_import_in_dart_code_test.dart b/test/dart2js/allows_import_in_dart_code_test.dart
index b484b8e66e48f17a3bb08a89ed4205cbc544dbfb..c9b2ba2a0f92435e7bfb61f74db295cc0cc9cd9c 100644
--- a/test/dart2js/allows_import_in_dart_code_test.dart
+++ b/test/dart2js/allows_import_in_dart_code_test.dart
@@ -14,8 +14,6 @@ main() {
d.libPubspec("foo", "0.0.1"),
d.dir("lib", [
d.file("foo.dart", """
-library foo;
-foo() => 'footext';
""")
])
]).create();
@@ -26,8 +24,6 @@ foo() => 'footext';
}),
d.dir("lib", [
d.file("lib.dart", """
-library lib;
-lib() => 'libtext';
""")
]),
d.dir("web", [

Powered by Google App Engine
This is Rietveld 408576698