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

Unified Diff: sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart

Issue 701283002: Stop emitting dart2js's .precompiled.js file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
diff --git a/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart b/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
index 0b33b90635ba0dc3ea239ce6c8185f128f3d3d39..21a73abae056d846b073bc4e4b93d2ce7cfd1587 100644
--- a/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/build/copies_browser_js_next_to_entrypoints_test.dart
@@ -52,7 +52,6 @@ main() {
'foo',
[
d.matcherFile('file.dart.js', isNot(isEmpty)),
- d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)),
d.dir(
'packages',
[
@@ -72,13 +71,11 @@ main() {
[
d.file('dart.js', 'contents of dart.js'),
d.file('interop.js', 'contents of interop.js')])]),
- d.matcherFile('subfile.dart.js', isNot(isEmpty)),
- d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty)),])]),
+ d.matcherFile('subfile.dart.js', isNot(isEmpty)),])]),
d.dir(
'web',
[
d.matcherFile('file.dart.js', isNot(isEmpty)),
- d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)),
d.dir(
'packages',
[
@@ -98,7 +95,6 @@ main() {
[
d.file('dart.js', 'contents of dart.js'),
d.file('interop.js', 'contents of interop.js')])]),
- d.matcherFile('subfile.dart.js', isNot(isEmpty)),
- d.matcherFile('subfile.dart.precompiled.js', isNot(isEmpty))])])])]).validate();
+ d.matcherFile('subfile.dart.js', isNot(isEmpty))])])])]).validate();
});
}

Powered by Google App Engine
This is Rietveld 408576698