| Index: frog/tests/await/test_config.dart
|
| diff --git a/frog/tests/await/test_config.dart b/frog/tests/await/test_config.dart
|
| index 4de5ebbef0eb580a2d762bf5cb3e7c6200c63a05..c954f71badb6f7d58a2b86fb58139725fc8a5791 100644
|
| --- a/frog/tests/await/test_config.dart
|
| +++ b/frog/tests/await/test_config.dart
|
| @@ -10,10 +10,12 @@ class AwaitTestSuite extends StandardTestSuite {
|
| AwaitTestSuite(Map configuration)
|
| : super(configuration,
|
| "await",
|
| - "frog/tests/await/src",
|
| + "frog/tests/await",
|
| ["frog/tests/await/await.status"]);
|
|
|
| List<String> additionalOptions(String filename) {
|
| return ['$dartDir/frog/await/awaitc.dart'];
|
| }
|
| +
|
| + bool isTestFile(String filename) => filename.endsWith("_test.dart");
|
| }
|
|
|