Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 5951) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -511,7 +511,7 @@ |
| } |
| htmlTest.writeStringSync(GetHtmlContents( |
| filename, |
| - '$filePrefix$dartDir/client/testing/unittest/test_controller.js', |
| + '$filePrefix$dartDir/lib/unittest/test_controller.js', |
| scriptType, |
| filePrefix + scriptPath)); |
| htmlTest.closeSync(); |