| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index e5d1e733ca3d550bcdc25e56e4e57c9b0bb9861c..7d7fed01018ba92d641931adada26b5ba307a09f 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -756,7 +756,7 @@ class StandardTestSuite implements TestSuite {
|
| }
|
| }
|
|
|
| - String get hasRuntime() {
|
| + bool get hasRuntime() {
|
| switch(configuration['runtime']) {
|
| case null:
|
| Expect.fail("configuration['runtime'] is not set");
|
|
|