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