Skip to content

Commit

Permalink
test headers: fix compile-flags example
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb authored and tshepang committed Sep 27, 2023
1 parent a13b7c2 commit 3735857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The following headers are generally available, and not specific to particular
test suites.

* `compile-flags` passes extra command-line args to the compiler,
e.g. `compile-flags -g` which forces debuginfo to be enabled.
e.g. `// compile-flags: -g` which forces debuginfo to be enabled.
* `run-flags` passes extra args to the test if the test is to be executed.
* `edition` controls the edition the test should be compiled with
(defaults to 2015). Example usage: `// edition:2018`.
Expand Down

0 comments on commit 3735857

Please sign in to comment.