Skip to content

Commit

Permalink
Remove use of "--assert-initializer" flag from CONTRIBUTING.md (flutt…
Browse files Browse the repository at this point in the history
…er#14032)

* Remove mention of --assert-initializer from CONTRIBUTING.md
* Remove options variable as well
  • Loading branch information
leafpetersen authored Jan 11, 2018
1 parent 62ea62a commit 1dca1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ flutter shell. To run the tests, ensure that no devices are connected,
then navigate to `flutter_tools` and execute:

```shell
DART_VM_OPTIONS=--assert-initializer ../../bin/cache/dart-sdk/bin/pub run test
../../bin/cache/dart-sdk/bin/pub run test
```

The pre-built flutter tool runs in release mode with the observatory off by default.
Expand Down Expand Up @@ -290,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))

0 comments on commit 1dca1b2

Please sign in to comment.