We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compile-flags
1 parent a13b7c2 commit 3735857Copy full SHA for 3735857
src/tests/headers.md
@@ -190,7 +190,7 @@ The following headers are generally available, and not specific to particular
190
test suites.
191
192
* `compile-flags` passes extra command-line args to the compiler,
193
- e.g. `compile-flags -g` which forces debuginfo to be enabled.
+ e.g. `// compile-flags: -g` which forces debuginfo to be enabled.
194
* `run-flags` passes extra args to the test if the test is to be executed.
195
* `edition` controls the edition the test should be compiled with
196
(defaults to 2015). Example usage: `// edition:2018`.
0 commit comments