updated docs to remove note about windows tests not working (#13650)
* updated docs to remove note about windows tests not working
* reverted formatting
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e75fff5..339301b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -95,8 +95,6 @@
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 @@
- 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