| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index ec6d9a88b413f77f82dc5b6d3c9045e1da7e4be6..a15f9c77adac6e82f42b24ae552a7be67dd14ffb 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of test_suite;
|
| +
|
| String getHtmlContents(String title,
|
| Path controllerScript,
|
| Path dartJsScript,
|
|
|