Chromium Code Reviews| Index: pkg/unittest/lib/vm_config.dart |
| diff --git a/pkg/unittest/lib/vm_config.dart b/pkg/unittest/lib/vm_config.dart |
| index 1f4ce0da24e07299f178e9743bae017c985fb712..349d26a896f3edf0e7db719fa77267dd45636927 100644 |
| --- a/pkg/unittest/lib/vm_config.dart |
| +++ b/pkg/unittest/lib/vm_config.dart |
| @@ -25,8 +25,7 @@ class VMConfiguration extends Configuration { |
| } |
| void useVMConfiguration() { |
| - if (config != null) return; |
| - configure(new VMConfiguration()); |
| + config = new VMConfiguration(); |
| } |
| @deprecated |