Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/dart2js/supports_configuration_with_build_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.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/dart2js/supports_configuration_with_build_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/supports_configuration_with_build_test.dart b/sdk/lib/_internal/pub/test/dart2js/supports_configuration_with_build_test.dart
index c76a40ecea0878e4121929b690671485cbe944d3..e4d56c87131fe134318151adb2e6f139bb5b7ddc 100644
--- a/sdk/lib/_internal/pub/test/dart2js/supports_configuration_with_build_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/supports_configuration_with_build_test.dart
@@ -75,7 +75,6 @@ main() {
d.dir('build', [
d.dir('web', [
d.matcherFile('file.dart.js', isMinifiedDart2JSOutput),
- d.matcherFile('file.dart.precompiled.js', isNot(isEmpty)),
d.dir('packages', [
d.dir('browser', [
d.file('dart.js', 'contents of dart.js'),

Powered by Google App Engine