File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -691,9 +691,9 @@ pub fn line_directive<'line>(
691
691
}
692
692
}
693
693
694
- /// This is generated by collecting directives from ui tests and then extracting their directive
695
- /// names. This is **not** an exhaustive list of all possible directives. Instead, this is a
696
- /// best-effort approximation for diagnostics.
694
+ /// This was originally generated by collecting directives from ui tests and then extracting their
695
+ /// directive names. This is **not** an exhaustive list of all possible directives. Instead, this is
696
+ /// a best-effort approximation for diagnostics. Add new headers to this list when needed .
697
697
const KNOWN_DIRECTIVE_NAMES : & [ & str ] = & [
698
698
// tidy-alphabetical-start
699
699
"assembly-output" ,
@@ -872,6 +872,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
872
872
"only-unix" ,
873
873
"only-wasm32" ,
874
874
"only-wasm32-bare" ,
875
+ "only-wasm32-wasip1" ,
875
876
"only-windows" ,
876
877
"only-x86" ,
877
878
"only-x86_64" ,
You can’t perform that action at this time.
0 commit comments