| Index: pkg/unittest/test/unittest_completion_test.dart
|
| diff --git a/pkg/unittest/test/unittest_completion_test.dart b/pkg/unittest/test/unittest_completion_test.dart
|
| index 97fa9d01e75c1cdeb52c83049705a4f2851772a9..843f9d06b2155db2b314659d40725339ad2c8362 100644
|
| --- a/pkg/unittest/test/unittest_completion_test.dart
|
| +++ b/pkg/unittest/test/unittest_completion_test.dart
|
| @@ -24,4 +24,4 @@ var testFunction = (TestConfiguration testConfig) {
|
| });
|
| };
|
|
|
| -var expected = buildStatusString(1, 0, 0, testName, count: 10);
|
| +var expected = buildStatusString(1, 0, 0, testName, count: 10);
|
|
|