| Index: test/all_tests.dart
|
| diff --git a/test/all_tests.dart b/test/all_tests.dart
|
| index 627b2e36f5d19ab67a972e52e0eb93b74e996cfc..6a1eefce81f45e6339b6150d424a1be6354c44ff 100755
|
| --- a/test/all_tests.dart
|
| +++ b/test/all_tests.dart
|
| @@ -18,8 +18,10 @@ import 'validate_fail_test.dart' as vft;
|
| import 'wire_format_test.dart' as wft;
|
| import 'reserved_names_test.dart' as rnt;
|
| import 'hash_code_test.dart' as hct;
|
| +import 'package:unittest/compact_vm_config.dart';
|
|
|
| void main() {
|
| + useCompactVMConfiguration();
|
| egt.main();
|
| gmt.main();
|
| iwt.main();
|
|
|