Skip to content

Commit 320624a

Browse files
spastorinomark-i-m
authored andcommitted
Suites are defined in enum Mode
1 parent 4215ea9 commit 320624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiletest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The tests themselves are typically (but not always) organized into
2020
a folder holding tests that should compile successfully,
2121
but return a failure (non-zero status), `compile-fail`, a folder holding tests
2222
that should fail to compile, and many more. The various suites are defined in
23-
[src/tools/compiletest/src/common.rs][common] in the `pub struct Config`
23+
[src/tools/compiletest/src/common.rs][common] in the `pub enum Mode`
2424
declaration. And a very good introduction to the different suites of compiler
2525
tests along with details about them can be found in [Adding new
2626
tests](./tests/adding.html).

0 commit comments

Comments
 (0)