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

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: 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
« no previous file with comments | « no previous file | pkg/unittest/lib/html_config.dart » ('j') | pkg/unittest/lib/unittest.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..dcd3bea0cd263be324ceb30ef1ed5ae958ef97a6 100644
--- a/pkg/unittest/lib/compact_vm_config.dart
+++ b/pkg/unittest/lib/compact_vm_config.dart
@@ -171,6 +171,5 @@ class CompactVMConfiguration extends VMConfiguration {
}
void useCompactVMConfiguration() {
- if (config != null) return;
Siggi Cherem (dart-lang) 2013/03/24 17:20:09 Let's keep this part (here and in the other config
kevmoo-old 2013/03/24 18:00:02 How about Configuration classes implement bool op
Siggi Cherem (dart-lang) 2013/03/24 18:18:42 Could be. One reason I'm not entirely sure is that
- configure(new CompactVMConfiguration());
+ config = new CompactVMConfiguration();
}
« no previous file with comments | « no previous file | pkg/unittest/lib/html_config.dart » ('j') | pkg/unittest/lib/unittest.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698