Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: README.md

Issue 1103703002: pkg/test: Allow the latest analyzer pkg (Closed) Base URL: https://github.com/dart-lang/test.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 731a03249051f43c2d70ed19fab49f060a55cb97..9febb609a4745fc8db64a988502fa4989cd610a6 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ well by passing `pub run test:test -p chrome path/to/test.dart`.
`test` will take care of starting the browser and loading the tests, and all
the results will be reported on the command line just like for VM tests. In
fact, you can even run tests on both platforms with a single command: `pub run
-test:test -p chrome -p vm path/to/test.dart`.
+test:test -p chrome,vm path/to/test.dart`.
### Restricting Tests to Certain Platforms
@@ -357,7 +357,7 @@ void main() {
group("complicated algorithm tests", () {
// ...
}, skip: "the algorithm isn't quite right");
-
+
test("error-checking test", () {
// ...
}, skip: "TODO: add error-checking.");
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698