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

Unified Diff: pkg/polymer/test/build/script_compactor_test.dart

Issue 451933002: Tweaks to the injector UI (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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
« pkg/polymer/lib/src/build/log_injector.dart ('K') | « pkg/polymer/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/build/script_compactor_test.dart
diff --git a/pkg/polymer/test/build/script_compactor_test.dart b/pkg/polymer/test/build/script_compactor_test.dart
index 60dc5855e70934397cf6d9ba71fda3f2b3e0cd8a..58c6c2fe5002452a5c9eb60b0577ccd1501e32d2 100644
--- a/pkg/polymer/test/build/script_compactor_test.dart
+++ b/pkg/polymer/test/build/script_compactor_test.dart
@@ -1180,7 +1180,7 @@ void logElementInjectionTests() {
void main() {
useGeneratedCode(new StaticConfiguration(
checkedMode: false));
- new LogInjector().injectLogsFromUrl();
+ new LogInjector().injectLogsFromUrl('test.html._buildLogs');
configureForDeployment([]);
i0.main();
}
@@ -1190,4 +1190,4 @@ void logElementInjectionTests() {
'import "package:polymer/polymer.dart";\n'
'main(){}',
});
-}
+}
« pkg/polymer/lib/src/build/log_injector.dart ('K') | « pkg/polymer/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698