From 7bb60f8c6162a7e591b211697070b4a05cb938ec Mon Sep 17 00:00:00 2001 From: Mat Warger Date: Thu, 4 Jan 2018 14:37:34 -0600 Subject: [PATCH] updated docs to remove note about windows tests not working (#13650) * updated docs to remove note about windows tests not working * reverted formatting --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e75fff56f6..339301b6f6 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