| Index: sky/tests/resources/unit.dart
|
| diff --git a/sky/tests/resources/unit.dart b/sky/tests/resources/unit.dart
|
| index ad067fa6414036256afce227dd75f73c60889ecb..9fbac1aefb26ef11b4b12ce51c6e86915313bf5e 100644
|
| --- a/sky/tests/resources/unit.dart
|
| +++ b/sky/tests/resources/unit.dart
|
| @@ -1,19 +1,5 @@
|
| -
|
| -import "dart:sky.internals" as internals;
|
| -
|
| -import 'package:sky/mojo/shell.dart' as shell;
|
| -import 'package:mojom/sky/test_harness.mojom.dart';
|
| -
|
| import "third_party/unittest/unittest.dart";
|
| -
|
| -void notifyTestComplete(String result) {
|
| - TestHarnessProxy test_harness = new TestHarnessProxy.unbound();
|
| - shell.requestService("mojo:sky_viewer", test_harness);
|
| - test_harness.ptr.onTestComplete(result, null);
|
| - test_harness.close();
|
| -
|
| - internals.notifyTestComplete("DONE");
|
| -}
|
| +import "harness.dart";
|
|
|
| class _SkyConfig extends SimpleConfiguration {
|
| void onDone(bool success) {
|
|
|