Skip to content

Commit 81e53e7

Browse files
committed
Merge pull request #2195 from ahoppen/testing-doc-update
Added the -frontend parameter to the documentation
2 parents 2af7041 + cf05e83 commit 81e53e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Substitutions that start with ``%target`` configure the compiler for building
171171
code for the target that is not the build machine:
172172

173173
* ``%target-parse-verify-swift``: parse and type check the current Swift file
174-
for the target platform and verify diagnostics, like ``swift -parse -verify
174+
for the target platform and verify diagnostics, like ``swift -frontend -parse -verify
175175
%s``.
176176

177177
Use this substitution for testing semantic analysis in the compiler.

0 commit comments

Comments
 (0)