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

Unified Diff: third_party/pkg/js/test/js_wrapping/browser_tests.html

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « third_party/pkg/js/test/js/browser_tests.html ('k') | third_party/pkg/route_hierarchical/.travis.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/js/test/js_wrapping/browser_tests.html
diff --git a/third_party/pkg/js/test/js_wrapping/browser_tests.html b/third_party/pkg/js/test/js_wrapping/browser_tests.html
index d58bd3814f9bf4682bee359b46e7e3b1be6c4bb9..454dafb57b5a9d852d6b4e15a2fb32dec0e02449 100644
--- a/third_party/pkg/js/test/js_wrapping/browser_tests.html
+++ b/third_party/pkg/js/test/js_wrapping/browser_tests.html
@@ -25,7 +25,7 @@ function Person(firstname, lastname){
Person.prototype.sayHello = function() { return "Hello, I'm " + this.firstname + " " + this.lastname; };
</script>
- <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
+ <script src="packages/unittest/test_controller.js"></script>
<script type="application/dart" src="browser_tests.dart"></script>
<script src="packages/browser/dart.js"></script>
<script src="packages/browser/interop.js"></script>
« no previous file with comments | « third_party/pkg/js/test/js/browser_tests.html ('k') | third_party/pkg/route_hierarchical/.travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698