diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e75fff56f63..339301b6f6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,8 +95,6 @@ assume you want to check a single package and the flutter repository has several Running the tests ----------------- -_The `flutter test` command is not available on Windows (See [#8516](https://github.com/flutter/flutter/issues/8516))._ - To automatically find all files named `_test.dart` inside a package's `test/` subdirectory, and run them inside the flutter shell as a test, use the `flutter test` command, e.g: * `cd examples/stocks` @@ -292,4 +290,4 @@ We build and test Flutter on: - Travis ([details](.travis.yml)) - AppVeyor ([details](appveyor.yml)) - Chromebots (a.k.a. "recipes", [details](dev/bots/README.md)) -- Devicelab (a.k.a. "cocoon", [details](dev/devicelab/README.md)) +- Devicelab (a.k.a. "cocoon", [details](dev/devicelab/README.md)) \ No newline at end of file