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

Unified Diff: test/dart2js/compiles_imported_generated_file_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 | « test/dart2js/compiles_generated_file_from_dependency_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart2js/compiles_imported_generated_file_test.dart
diff --git a/test/dart2js/compiles_imported_generated_file_test.dart b/test/dart2js/compiles_imported_generated_file_test.dart
index 0ec371375905664bad12bc48ba9cef7371d33d08..9ee1d06d18f5e8c70db4a0991369f1da3acfc66b 100644
--- a/test/dart2js/compiles_imported_generated_file_test.dart
+++ b/test/dart2js/compiles_imported_generated_file_test.dart
@@ -28,6 +28,7 @@ import "other.dart";
void main() => print(TOKEN);
"""),
d.file("other.dart", """
+const TOKEN = "before";
""")
])
]).create();
« no previous file with comments | « test/dart2js/compiles_generated_file_from_dependency_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698