File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -199,16 +199,16 @@ For every target above, there are variants for different optimizations:
199
199
* the target with ``-optimize`` suffix (e.g., ``check-swift-optimize``) -- runs
200
200
execution tests in ``-O`` mode. This target will only run tests marked as
201
201
``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
204
204
``-Ounchecked`` mode. This target will only run tests marked as
205
205
``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
211
208
``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.
212
212
213
213
### Writing tests
214
214
You can’t perform that action at this time.
0 commit comments