Skip to content

Commit 7681b6c

Browse files
committed
mention bless
1 parent dab4531 commit 7681b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/adding.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ source.
155155
lint/warning is generated. Then, it applies the suggestion and
156156
compares against `.fixed` (they must match). Finally, the fixed
157157
source is compiled, and this compilation is required to succeed.
158+
The `.fixed` file can also be generated automatically with the
159+
`--bless` option, discussed [below](#bless).
158160
* `min-{gdb,lldb}-version`
159161
* `min-llvm-version`
160162
* `compile-pass` for UI tests, indicates that the test is
@@ -270,6 +272,8 @@ you can even run the resulting program. Just add one of the following
270272
- `// run-pass` -- compilation should succeed and we should run the
271273
resulting binary
272274

275+
<a name="bless"></a>
276+
273277
### Editing and updating the reference files
274278

275279
If you have changed the compiler's output intentionally, or you are

0 commit comments

Comments
 (0)