| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 35bc0edda4192ade8d5373cfa355a2372dcb8574..d0a8424ba1ab793d7772e7b2e6b7e1c6fa456965 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -899,7 +899,7 @@ class StandardTestSuite extends TestSuite {
|
| filename,
|
| dartDir.append('pkg/unittest/test_controller.js')
|
| .relativeTo(htmlLocation),
|
| - dartDir.append('client/dart.js').relativeTo(htmlLocation),
|
| + dartDir.append('pkg/browser/lib/dart.js').relativeTo(htmlLocation),
|
| scriptType,
|
| new Path.fromNative(scriptPath).relativeTo(htmlLocation));
|
| }
|
|
|