| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 7af9697ecbfb407a9630e93a64e7c9f6515f009f..2b3b1964fc818af18879e5cdbdf57fb1563b55cb 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -594,6 +594,7 @@ class StandardTestSuite implements TestSuite {
|
| content = getHtmlContents(
|
| filename,
|
| '$filePrefix${dartDir.append("lib/unittest/test_controller.js")}',
|
| + '$filePrefix${dartDir.append("client/dart.js")}',
|
| scriptType,
|
| '$filePrefix$scriptPath');
|
| }
|
|
|