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

Unified Diff: test/dart2js/compiles_generated_file_from_dependency_outside_web_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/compiles_generated_file_from_dependency_outside_web_test.dart
diff --git a/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart b/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart
index 422bf32061d43c6fa6d3ce6c41b41f69f99f3dd3..cc8cfeb02c1e96da245e020ab3c1605626a58eab 100644
--- a/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart
+++ b/test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart
@@ -30,8 +30,6 @@ import "other.dart";
void main() => print(TOKEN);
"""),
d.file("other.dart", """
-library other;
-const TOKEN = "before";
""")
])
]).create();
« no previous file with comments | « test/dart2js/allows_import_in_dart_code_test.dart ('k') | test/dart2js/compiles_generated_file_from_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698