| Index: pkg/unittest/lib/vm_config.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/vm_config.dart (revision 0)
|
| +++ pkg/unittest/lib/vm_config.dart (working copy)
|
| @@ -5,10 +5,10 @@
|
| /**
|
| * A simple unit test library for running tests on the VM.
|
| */
|
| -#library('unittest_vm_config');
|
| +library unittest_vm_config;
|
|
|
| -#import('dart:io');
|
| -#import('unittest.dart');
|
| +import 'dart:io';
|
| +import 'unittest.dart';
|
|
|
| class VmConfiguration extends Configuration {
|
| void onDone(int passed, int failed, int errors, List<TestCase> results,
|
|
|