Index: tests/standalone/io/test_runner_test.dart |
diff --git a/tests/standalone/io/test_runner_test.dart b/tests/standalone/io/test_runner_test.dart |
index 2b13cdaa2a8aac05a6f0035e08de0356109ce4da..12fcae91113e9d11c5155d9ffe592ea008ae2d7a 100644 |
--- a/tests/standalone/io/test_runner_test.dart |
+++ b/tests/standalone/io/test_runner_test.dart |
@@ -3,11 +3,10 @@ |
// BSD-style license that can be found in the LICENSE file. |
import "dart:io"; |
-import "dart:isolate"; |
import "dart:async"; |
+import "../../../tools/testing/dart/configuration.dart"; |
import "../../../tools/testing/dart/expectation.dart"; |
import "../../../tools/testing/dart/options.dart"; |
-import "../../../tools/testing/dart/status_file.dart"; |
import "../../../tools/testing/dart/test_runner.dart"; |
import "../../../tools/testing/dart/test_suite.dart"; |
import "../../../tools/testing/dart/test_progress.dart" as progress; |
@@ -67,7 +66,8 @@ class TestController { |
} |
class CustomTestSuite extends TestSuite { |
- CustomTestSuite(Map configuration) : super(configuration, "CustomTestSuite"); |
+ CustomTestSuite(Configuration configuration) |
+ : super(configuration, "CustomTestSuite"); |
Future forEachTest(TestCaseEvent onTest, Map testCache, [onDone]) { |
void enqueueTestCase(testCase) { |