@@ -130,7 +130,7 @@ means the test won't be compiled or run.
130130 main test files but that ` compiletest ` should not try to build the file itself.
131131 Please backlink to which main test is actually using the auxiliary file.
132132* ` ignore-test ` always ignores the test. This can be used to temporarily disable
133- a test if it is currently not working, but you want to keep it in tree to
133+ a test if it is currently not working, but you want to keep it in- tree to
134134 re-enable it later.
135135
136136Some examples of ` X ` in ` ignore-X ` or ` only-X ` :
@@ -211,7 +211,7 @@ settings:
211211- ` needs-target-std ` — ignores if target platform does not have std support.
212212- ` ignore-backends ` — ignores the listed backends, separated by whitespace characters. Please note
213213 that this directive can be overriden with the ` --bypass-ignore-backends=[BACKEND] ` command line
214- flag.
214+ flag.
215215- ` needs-backends ` — only runs the test if current codegen backend is listed.
216216- ` needs-offload ` — ignores if our LLVM backend was not built with offload support.
217217- ` needs-enzyme ` — ignores if our Enzyme submodule was not built.
@@ -290,9 +290,9 @@ You can also force `./x test` to use a specific edition by passing the `-- --edi
290290However, tests with the ` //@ edition ` directive will clamp the value passed to the argument.
291291For example, if we run ` ./x test -- --edition=2015 ` :
292292
293- - A test with the ` //@ edition: 2018 ` will run with the 2018 edition.
294- - A test with the ` //@ edition: 2015..2021 ` will be run with the 2015 edition.
295- - A test with the ` //@ edition: 2018.. ` will run with the 2018 edition.
293+ - A test with the ` //@ edition: 2018 ` will run with the 2018 edition.
294+ - A test with the ` //@ edition: 2015..2021 ` will be run with the 2015 edition.
295+ - A test with the ` //@ edition: 2018.. ` will run with the 2018 edition.
296296
297297### Rustdoc
298298
0 commit comments