| Index: pkg/polymer/test/noscript_test.html
|
| diff --git a/pkg/polymer/test/noscript_test.html b/pkg/polymer/test/noscript_test.html
|
| index dbb84af4700b28f4337a0231975764418f51810d..0efadb04126e5bb86a72cfab2bc8158c6c9f92e4 100644
|
| --- a/pkg/polymer/test/noscript_test.html
|
| +++ b/pkg/polymer/test/noscript_test.html
|
| @@ -8,7 +8,7 @@ BSD-style license that can be found in the LICENSE file.
|
| <head>
|
| <!--polymer-test: this comment is needed for test_suite.dart-->
|
| <title>register test</title>
|
| - <script src="packages/unittest/test_controller.js"></script>
|
| + <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| </head>
|
| <body>
|
| <polymer-element name="x-a" noscript><template>a</template></polymer-element>
|
|
|