mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
fix typo in test_profile/README.md (#174384)
Fix a typo in test_profile/README.md ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [X] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [X] I updated/added relevant documentation (doc comments with `///`). - [X] I added new tests to check the change I am making, or this PR is [test-exempt]. - [X] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [X] All existing and new tests are passing.
This commit is contained in:
parent
f1404501b2
commit
f9cc24a1e8
@ -1,3 +1,3 @@
|
||||
This folder contains unit tests that are run with `kProfileMode` set to true. This can be used for unit testing code that is guarded by this boolean, such as in cases where debug code is intentionally elided for performance or code size reasons. The unit tests are still run in the VM and are not otherwise precompiled.
|
||||
|
||||
To run these test from the command line, use the command: `flutter test --dart-define=dart.vm.profile=true test_release/`
|
||||
To run these test from the command line, use the command: `flutter test --dart-define=dart.vm.profile=true test_profile/`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user