| Index: dart/samples/third_party/todomvc/test/markdone_test.html
|
| diff --git a/dart/samples/third_party/todomvc/test/markdone_test.html b/dart/samples/third_party/todomvc/test/markdone_test.html
|
| index dc2e48895753c1786a99f1a07fb9f47ab99b4cf4..6d4f31e7e8834ce55eee1c1c2e9d087d6c302a8c 100644
|
| --- a/dart/samples/third_party/todomvc/test/markdone_test.html
|
| +++ b/dart/samples/third_party/todomvc/test/markdone_test.html
|
| @@ -12,7 +12,7 @@ BSD-style license that can be found in the LICENSE file.
|
| <link rel="stylesheet" href="../web/app/app.css">
|
| <link rel="import" href="../web/elements/td_model.html">
|
| <link rel="import" href="../web/elements/td_todos.html">
|
| - <script src="packages/unittest/test_controller.js"></script>
|
| + <script src="/root_dart/tools/testing/dart/test_controller.js"></script>
|
| <title>Polymer.dart • TodoMVC</title>
|
| </head>
|
| <body>
|
|
|