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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 11774006: A pub package to host dart.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix test suite to use new path Created 7 years, 11 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
« no previous file with comments | « pkg/browser/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 35bc0edda4192ade8d5373cfa355a2372dcb8574..d0a8424ba1ab793d7772e7b2e6b7e1c6fa456965 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -899,7 +899,7 @@ class StandardTestSuite extends TestSuite {
filename,
dartDir.append('pkg/unittest/test_controller.js')
.relativeTo(htmlLocation),
- dartDir.append('client/dart.js').relativeTo(htmlLocation),
+ dartDir.append('pkg/browser/lib/dart.js').relativeTo(htmlLocation),
scriptType,
new Path.fromNative(scriptPath).relativeTo(htmlLocation));
}
« no previous file with comments | « pkg/browser/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698