Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: pkg/unittest/lib/compact_vm_config.dart

Issue 12770017: pkg/unittest: config refactor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed scheduled_test test Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/unittest/lib/compact_vm_config.dart
diff --git a/pkg/unittest/lib/compact_vm_config.dart b/pkg/unittest/lib/compact_vm_config.dart
index 080824ae5dfb40b64ef845255ff9707c528257a7..7c4b0d696907051173f1dbcdeaddff409db1ad26 100644
--- a/pkg/unittest/lib/compact_vm_config.dart
+++ b/pkg/unittest/lib/compact_vm_config.dart
@@ -171,6 +171,7 @@ class CompactVMConfiguration extends VMConfiguration {
}
void useCompactVMConfiguration() {
- if (config != null) return;
- configure(new CompactVMConfiguration());
+ unittestConfiguration = _singleton;
}
+
+final _singleton = new CompactVMConfiguration();

Powered by Google App Engine
This is Rietveld 408576698