| Index: tools/testing/dart/test_configurations.dart
|
| diff --git a/tools/testing/dart/test_configurations.dart b/tools/testing/dart/test_configurations.dart
|
| index 63d7f1d2842813087c347fc97a16cf1ab5ffe951..091e4773cf850fe43523d2f16aa4537836467a2d 100644
|
| --- a/tools/testing/dart/test_configurations.dart
|
| +++ b/tools/testing/dart/test_configurations.dart
|
| @@ -28,7 +28,7 @@ import "vm_test_config.dart";
|
| final TEST_SUITE_DIRECTORIES = [
|
| new Path('pkg'),
|
| new Path('runtime/tests/vm'),
|
| - new Path('runtime/bin/vmservice'),
|
| + new Path('runtime/observatory'),
|
| new Path('samples'),
|
| new Path('samples-dev'),
|
| new Path('tests/benchmark_smoke'),
|
|
|