| Index: tools/test-runtime.dart
|
| diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart
|
| index ec1a45062962d51df61a9aed35b7fa0e12f9c17a..b4a229fadeba18494ebbd5d133c88cb8ee9aa6fa 100755
|
| --- a/tools/test-runtime.dart
|
| +++ b/tools/test-runtime.dart
|
| @@ -68,7 +68,7 @@ main() {
|
|
|
| var configurationIterator = configurations.iterator();
|
| void enqueueConfiguration(ProcessQueue queue) {
|
| - if (!configurationIterator.hasNext()) return;
|
| + if (!configurationIterator.hasNext) return;
|
|
|
| var conf = configurationIterator.next();
|
| if (selectors.containsKey('co19')) {
|
|
|