Skip to content

Commit 1bd30fd

Browse files
committed
Fix a mistake in the compiletests docs.
1 parent dfa08db commit 1bd30fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiletests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ full reference can be found in the
5959
### Disassembly
6060

6161
All disassembly will be dumped to stderr, which makes the testing framework compare it to the
62-
contents of `path/to/test.rs.stdout`.
62+
contents of `path/to/test.rs.stderr`.
6363

6464
* `// compile-flags: -C llvm-args=--disassemble` disassemble the entire shader
6565
* `// compile-flags: -C llvm-args=--disassemble-globals` disassemble only globals and function declarations, excludes function contents

0 commit comments

Comments
 (0)