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

Unified Diff: pkg/polymer/lib/src/transform/script_compactor.dart

Issue 24077003: fix polymer tests -- replace run.sh and run tests using bots (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
Index: pkg/polymer/lib/src/transform/script_compactor.dart
diff --git a/pkg/polymer/lib/src/transform/script_compactor.dart b/pkg/polymer/lib/src/transform/script_compactor.dart
index c247f2dc233caa8903dd61cc95de9dd24212b012..98a990ae1cc51487b974af2704e492eb2fe7aeda 100644
--- a/pkg/polymer/lib/src/transform/script_compactor.dart
+++ b/pkg/polymer/lib/src/transform/script_compactor.dart
@@ -47,7 +47,7 @@ class ScriptCompactor extends Transformer {
continue;
}
var last = src.split('/').last;
- if (last == 'dart.js' || last == 'testing.js') {
+ if (last == 'dart.js') {
dartLoaderTag = tag;
}
}

Powered by Google App Engine
This is Rietveld 408576698