DescriptionMake 'useXConfiguration' check for an existing configuration. This is so that it
is possible to compose tests:
testa() => useVmConfig();
testb() => useVmConfig(); testa();
This is now important because we moved some of the configuration state to
onInit, so by the time the second configure is called, the initialization might
have already been done.
An alternative would be to only allow to call configure once. Thoughts?
Committed: https://code.google.com/p/dart/source/detail?r=16981
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|