| Index: pkg/unittest/test/runtests_without_tests_test.dart
|
| diff --git a/pkg/unittest/test/unittest_runtests_without_tests_test.dart b/pkg/unittest/test/runtests_without_tests_test.dart
|
| similarity index 93%
|
| rename from pkg/unittest/test/unittest_runtests_without_tests_test.dart
|
| rename to pkg/unittest/test/runtests_without_tests_test.dart
|
| index e8c26f843b1fc52ea2366732376cd31bc512485e..b4c9512263c07867333b7f216a55acf584222c6a 100644
|
| --- a/pkg/unittest/test/unittest_runtests_without_tests_test.dart
|
| +++ b/pkg/unittest/test/runtests_without_tests_test.dart
|
| @@ -3,11 +3,13 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library unittestTest;
|
| -import 'dart:isolate';
|
| +
|
| import 'dart:async';
|
| +import 'dart:isolate';
|
| +
|
| import 'package:unittest/unittest.dart';
|
|
|
| -part 'unittest_test_utils.dart';
|
| +part 'utils.dart';
|
|
|
| var testName = 'runTests() without tests';
|
|
|
|
|