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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/outputs_deferred_libraries_test.dart

Issue 700123002: dart2js: Don't emit additional precompiled file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update non-generated files. Created 6 years, 1 month 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: sdk/lib/_internal/pub/test/dart2js/outputs_deferred_libraries_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/outputs_deferred_libraries_test.dart b/sdk/lib/_internal/pub/test/dart2js/outputs_deferred_libraries_test.dart
index 6680f12f14d7866b678fd878e8aebcf3e0a587a5..7a0f4ae69f6e985dcdad49848020f243069f6f8f 100644
--- a/sdk/lib/_internal/pub/test/dart2js/outputs_deferred_libraries_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/outputs_deferred_libraries_test.dart
@@ -50,7 +50,7 @@ main() {
]).create();
schedulePub(args: ["build"],
- output: new RegExp(r'Built 4 files to "build".'));
+ output: new RegExp(r'Built 3 files to "build".'));
d.dir(appPath, [
d.dir('build', [

Powered by Google App Engine
This is Rietveld 408576698