| Index: test/report_test.dart
|
| diff --git a/test/report_test.dart b/test/report_test.dart
|
| index b1d64a3890067368ff71f7fda2fc1e34e040735f..c1e282b68f2ac06d6fd3f7b7443251726f7c7d2c 100644
|
| --- a/test/report_test.dart
|
| +++ b/test/report_test.dart
|
| @@ -5,15 +5,17 @@
|
| /// Tests for summary reporting.
|
| library dev_compiler.test.report_test;
|
|
|
| -import 'package:unittest/compact_vm_config.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| import 'package:dev_compiler/src/testing.dart';
|
| import 'package:dev_compiler/src/report.dart';
|
| import 'package:dev_compiler/src/summary.dart';
|
|
|
| -main() {
|
| - useCompactVMConfiguration();
|
| +import 'test_util.dart';
|
| +
|
| +void main() {
|
| + configureTest();
|
| +
|
| test('toJson/parse', () {
|
| var files = {
|
| '/main.dart': '''
|
|
|