| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 703e685fca51d1e23654840caf930ca904d0271a..cb136552459eed5b25645facf1c707eb038af1f1 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -18,6 +18,7 @@ import "dart:async";
|
| import "dart:io";
|
| import "drt_updater.dart";
|
| import "html_test.dart" as htmlTest;
|
| +import "path.dart";
|
| import "multitest.dart";
|
| import "status_file_parser.dart";
|
| import "test_runner.dart";
|
| @@ -31,7 +32,7 @@ import "compiler_configuration.dart" show
|
| import "runtime_configuration.dart" show
|
| RuntimeConfiguration;
|
|
|
| -part "browser_test.dart";
|
| +import 'browser_test.dart';
|
|
|
|
|
| RegExp multiHtmlTestGroupRegExp = new RegExp(r"\s*[^/]\s*group\('[^,']*");
|
|
|