mention bless
This commit is contained in:
parent
659bde0203
commit
269dabd291
|
|
@ -155,6 +155,8 @@ source.
|
||||||
lint/warning is generated. Then, it applies the suggestion and
|
lint/warning is generated. Then, it applies the suggestion and
|
||||||
compares against `.fixed` (they must match). Finally, the fixed
|
compares against `.fixed` (they must match). Finally, the fixed
|
||||||
source is compiled, and this compilation is required to succeed.
|
source is compiled, and this compilation is required to succeed.
|
||||||
|
The `.fixed` file can also be generated automatically with the
|
||||||
|
`--bless` option, discussed [below](#bless).
|
||||||
* `min-{gdb,lldb}-version`
|
* `min-{gdb,lldb}-version`
|
||||||
* `min-llvm-version`
|
* `min-llvm-version`
|
||||||
* `compile-pass` for UI tests, indicates that the test is
|
* `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
|
||||||
- `// run-pass` -- compilation should succeed and we should run the
|
- `// run-pass` -- compilation should succeed and we should run the
|
||||||
resulting binary
|
resulting binary
|
||||||
|
|
||||||
|
<a name="bless"></a>
|
||||||
|
|
||||||
### Editing and updating the reference files
|
### Editing and updating the reference files
|
||||||
|
|
||||||
If you have changed the compiler's output intentionally, or you are
|
If you have changed the compiler's output intentionally, or you are
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue