| Index: test/checker/self_host_test.dart
|
| diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
|
| index 74db20fdc1b8ed210c654847fd2e62c229f1b874..88f3f7f7729e7e01cc7a4af96f7eeb653e8d9e26 100644
|
| --- a/test/checker/self_host_test.dart
|
| +++ b/test/checker/self_host_test.dart
|
| @@ -10,11 +10,13 @@ import 'package:cli_util/cli_util.dart' show getSdkDir;
|
| import 'package:dev_compiler/devc.dart' show Compiler;
|
| import 'package:dev_compiler/src/options.dart';
|
| import 'package:path/path.dart' as path;
|
| -import 'package:unittest/compact_vm_config.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| -main(args) {
|
| - useCompactVMConfiguration();
|
| +import '../test_util.dart';
|
| +
|
| +void main(args) {
|
| + configureTest();
|
| +
|
| var testDir = path.absolute(path.dirname(Platform.script.path));
|
|
|
| test('checker can run on itself ', () {
|
|
|