| Index: tools/test.dart
|
| diff --git a/tools/test.dart b/tools/test.dart
|
| index 998d0f7bea99dcc75f3713116b2433856a099577..8ddf497676355c05131c9705bcaeee0090ceade0 100755
|
| --- a/tools/test.dart
|
| +++ b/tools/test.dart
|
| @@ -133,10 +133,10 @@ main() {
|
| if (selectors.containsKey('frog_native')) {
|
| queue.addTestSuite(new FrogNativeTestSuite(conf));
|
| }
|
| - if (conf['component'] == 'dartc' && selectors.containsKey('dartc')) {
|
| + if (conf['compiler'] == 'dartc' && selectors.containsKey('dartc')) {
|
| queue.addTestSuite(new ClientDartcTestSuite(conf));
|
| }
|
| - if (conf['component'] == 'dartc' && selectors.containsKey('dartc')) {
|
| + if (conf['compiler'] == 'dartc' && selectors.containsKey('dartc')) {
|
| queue.addTestSuite(new JUnitDartcTestSuite(conf));
|
| }
|
| if (selectors.containsKey('css')) {
|
|
|