| Index: tests/co19/test_config.dart
|
| diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart
|
| index dfd7ccbb4e1915771d4526dc60bb73602c77e41a..450316625e6fe6b49923eca79b32ed7fed27b3bd 100644
|
| --- a/tests/co19/test_config.dart
|
| +++ b/tests/co19/test_config.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| #library("co19_test_config");
|
|
|
| +#import("dart:io");
|
| #import("../../tools/testing/dart/test_suite.dart");
|
|
|
| class Co19TestSuite extends StandardTestSuite {
|
| @@ -12,7 +13,7 @@ class Co19TestSuite extends StandardTestSuite {
|
| Co19TestSuite(Map configuration)
|
| : super(configuration,
|
| "co19",
|
| - "tests/co19/src",
|
| + const Path("tests/co19/src"),
|
| ["tests/co19/co19-compiler.status",
|
| "tests/co19/co19-runtime.status",
|
| "tests/co19/co19-frog.status",
|
|
|