| Index: test/runner/compact_reporter_test.dart
|
| diff --git a/test/runner/compact_reporter_test.dart b/test/runner/compact_reporter_test.dart
|
| index f8908790240c5f3e034dc723d287e5097b40398b..a0ab8c1ed61399645da0d9c2d1a8488ea2ddb83f 100644
|
| --- a/test/runner/compact_reporter_test.dart
|
| +++ b/test/runner/compact_reporter_test.dart
|
| @@ -395,13 +395,13 @@ void main() {
|
| """
|
| +0: loading test.dart
|
| +0: skip 1
|
| - +0 ~1: skip 1
|
| Skip: some reason
|
|
|
| + +0 ~1: skip 1
|
| +0 ~1: skip 2
|
| - +0 ~2: skip 2
|
| Skip: or another
|
|
|
| + +0 ~2: skip 2
|
| +0 ~2: All tests skipped.""");
|
| });
|
| });
|
|
|