File tree 1 file changed +3
-3
lines changed
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
6
6
## Test Directives (Headers)
7
7
8
8
Typically, 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.
10
10
11
- As part of an on-going effort to rewrite compiletest
11
+ As part of an ongoing effort to rewrite compiletest
12
12
(see < https://github.com/rust-lang/compiler-team/issues/536 > ), a major
13
13
change proposal to change legacy compiletest-style headers ` // <directive> `
14
14
to [ ` 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
30
30
31
31
compiletest is changed to accept only ` //@ ` directives for UI tests
32
32
(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
34
34
test header. To fix this, you should migrate to the ` ui_test ` -style header
35
35
` //@ <content> ` .
You can’t perform that action at this time.
0 commit comments