| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 659c50da2b4680ff486d09ebb30bcd46334298d6..8c634008bf9853be0a522c3d43f09c754859b9d7 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -636,7 +636,8 @@ class StandardTestSuite implements TestSuite {
|
| } else {
|
| content = getHtmlContents(
|
| filename,
|
| - '$filePrefix${dartDir.append("pkg/unittest/test_controller.js")}',
|
| + '$filePrefix'
|
| + '${dartDir.append("pkg/unittest/static/test_controller.js")}',
|
| '$filePrefix${dartDir.append("client/dart.js")}',
|
| scriptType,
|
| '$filePrefix$scriptPath');
|
|
|