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

Unified Diff: test/dart2js/allows_import_in_dart_code_test.dart

Issue 1590723005: Fix some tests that were broken in the library tag removal. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Missed a test. 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
« no previous file with comments | « no previous file | test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c9b2ba2a0f92435e7bfb61f74db295cc0cc9cd9c..d8de7b0b50fc1afae58ad4a3524935d5e92de49a 100644
--- a/test/dart2js/allows_import_in_dart_code_test.dart
+++ b/test/dart2js/allows_import_in_dart_code_test.dart
@@ -14,6 +14,7 @@ main() {
d.libPubspec("foo", "0.0.1"),
d.dir("lib", [
d.file("foo.dart", """
+foo() => 'footext';
""")
])
]).create();
@@ -24,6 +25,7 @@ main() {
}),
d.dir("lib", [
d.file("lib.dart", """
+lib() => 'libtext';
""")
]),
d.dir("web", [
« no previous file with comments | « no previous file | test/dart2js/compiles_generated_file_from_dependency_outside_web_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698