| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 19d5bbb378286174af1f285c4c2f7d19496c7102..c078eb08cb46c261a100e31ce83807fc6615b212 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1110,7 +1110,8 @@ class StandardTestSuite extends TestSuite {
|
| '--timeout=${configuration['timeout']}',
|
| '--out=$fullHtmlPath'];
|
| if (runtime == 'dartium') {
|
| - var dartiumLocation = Locations.getDartiumLocation(configuration);
|
| + var dartiumLocation =
|
| + Locations.getBrowserLocation('dartium', configuration);
|
| args.add('--executable=$dartiumLocation');
|
| }
|
| if (subtestIndex != 0) {
|
|
|