| Index: pkg/front_end/test/fasta/testing.json
|
| diff --git a/pkg/front_end/test/fasta/testing.json b/pkg/front_end/test/fasta/testing.json
|
| index 57e853490f7a8f29c504edda84f9624232c1b1a5..4c1eb0a2692cc463ed5d0ac5f96600d0221d75fd 100644
|
| --- a/pkg/front_end/test/fasta/testing.json
|
| +++ b/pkg/front_end/test/fasta/testing.json
|
| @@ -44,7 +44,8 @@
|
| "\\.dart$"
|
| ],
|
| "exclude": [
|
| - "/test/.*_test\\.dart$"
|
| + "/test/.*_test\\.dart$",
|
| + "/test/.*_suite\\.dart$"
|
| ]
|
| },
|
| {
|
| @@ -57,7 +58,8 @@
|
| "\\.dart$"
|
| ],
|
| "exclude": [
|
| - "/test/.*_test\\.dart$"
|
| + "/test/.*_test\\.dart$",
|
| + "/test/.*_suite\\.dart$"
|
| ]
|
| },
|
| {
|
| @@ -70,7 +72,8 @@
|
| "\\.dart$"
|
| ],
|
| "exclude": [
|
| - "/test/.*_test\\.dart$"
|
| + "/test/.*_test\\.dart$",
|
| + "/test/.*_suite\\.dart$"
|
| ]
|
| },
|
| {
|
|
|