File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ This folder contains `rustc`'s
66## Test Directives (Headers)
77
88Typically, a UI test will have some test directives / headers which are
9- special comments that tell compiletest how to build and intepret a test.
9+ special comments that tell compiletest how to build and interpret a test.
1010
11- As part of an on-going effort to rewrite compiletest
11+ As part of an ongoing effort to rewrite compiletest
1212(see < https://github.com/rust-lang/compiler-team/issues/536 > ), a major
1313change proposal to change legacy compiletest-style headers ` // <directive> `
1414to [ ` ui_test ` ] ( https://github.com/oli-obk/ui_test ) -style headers
@@ -30,6 +30,6 @@ but in `ui_test` style, the header would be written as
3030
3131compiletest is changed to accept only ` //@ ` directives for UI tests
3232(currently), and will reject and report an error if it encounters any
33- comments ` // <content> ` that may be parsed as an legacy compiletest-style
33+ comments ` // <content> ` that may be parsed as a legacy compiletest-style
3434test header. To fix this, you should migrate to the ` ui_test ` -style header
3535` //@ <content> ` .
You can’t perform that action at this time.
0 commit comments