| Index: test/runner/configuration/platform_test.dart
|
| diff --git a/test/runner/configuration/platform_test.dart b/test/runner/configuration/platform_test.dart
|
| index f9bef940c2c371aaf4cd7630c1b77bf12e438896..373a08c1631d80d649257c8a3c709a094a944d2a 100644
|
| --- a/test/runner/configuration/platform_test.dart
|
| +++ b/test/runner/configuration/platform_test.dart
|
| @@ -180,7 +180,7 @@ void main() {
|
| test.shouldExit(0);
|
| });
|
|
|
| - test("doesn't OS-specific configuration on a non-matching OS", () {
|
| + test("doesn't apply OS-specific configuration on a non-matching OS", () {
|
| d.file("dart_test.yaml", JSON.encode({
|
| "on_os": {
|
| otherOS: {"filename": "test_*.dart"}
|
|
|