| Index: tools/testing/dart/test_suite.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_suite.dart (revision 12412)
|
| +++ tools/testing/dart/test_suite.dart (working copy)
|
| @@ -636,8 +636,7 @@
|
| } else {
|
| content = getHtmlContents(
|
| filename,
|
| - '$filePrefix'
|
| - '${dartDir.append("pkg/unittest/static/test_controller.js")}',
|
| + '$filePrefix${dartDir.append("pkg/unittest/test_controller.js")}',
|
| '$filePrefix${dartDir.append("client/dart.js")}',
|
| scriptType,
|
| '$filePrefix$scriptPath');
|
|
|