Skip to content

Commit acfdbc9

Browse files
committed
[Docs] Fix testing target suffixes
The underlying change happened almost five years ago: 457f2b9.
1 parent fc468e1 commit acfdbc9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/Testing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,16 @@ For every target above, there are variants for different optimizations:
199199
* the target with ``-optimize`` suffix (e.g., ``check-swift-optimize``) -- runs
200200
execution tests in ``-O`` mode. This target will only run tests marked as
201201
``executable_test``.
202-
* the target with ``-optimize-unchecked`` suffix (e.g.,
203-
``check-swift-optimize-unchecked``) -- runs execution tests in
202+
* the target with ``-optimize_unchecked`` suffix (e.g.,
203+
``check-swift-optimize_unchecked``) -- runs execution tests in
204204
``-Ounchecked`` mode. This target will only run tests marked as
205205
``executable_test``.
206-
* the target with ``-executable`` suffix (e.g.,
207-
``check-swift-executable-iphoneos-arm64``) -- runs tests marked with
208-
``executable_test`` in ``-Onone`` mode.
209-
* the target with ``-non-executable`` suffix (e.g.,
210-
``check-swift-non-executable-iphoneos-arm64``) -- runs tests not marked with
206+
* the target with ``-only_executable`` suffix (e.g.,
207+
``check-swift-only_executable-iphoneos-arm64``) -- runs tests marked with
211208
``executable_test`` in ``-Onone`` mode.
209+
* the target with ``-only_non_executable`` suffix (e.g.,
210+
``check-swift-only_non_executable-iphoneos-arm64``) -- runs tests not marked
211+
with ``executable_test`` in ``-Onone`` mode.
212212
213213
### Writing tests
214214

0 commit comments

Comments
 (0)