File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11// run-pass
2- // only-i686
2+ // only-x86
33
44trait A {
55 extern "fastcall" fn test1 ( i : i32 ) ;
Original file line number Diff line number Diff line change 11// run-pass
2- // only-i686
2+ // only-x86
33
44#![ feature( abi_thiscall) ]
55
Original file line number Diff line number Diff line change 11// run-pass
22// revisions: x64 x32
33// [x64]only-x86_64
4- // [x32]only-i686
4+ // [x32]only-x86
55
66#![ feature( abi_vectorcall) ]
77
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ fn only_target() {
168168 let mut config = config ( ) ;
169169 config. target = "x86_64-pc-windows-gnu" . to_owned ( ) ;
170170
171- assert ! ( check_ignore( & config, "// only-i686 " ) ) ;
171+ assert ! ( check_ignore( & config, "// only-x86 " ) ) ;
172172 assert ! ( check_ignore( & config, "// only-linux" ) ) ;
173173 assert ! ( check_ignore( & config, "// only-msvc" ) ) ;
174174 assert ! ( check_ignore( & config, "// only-32bit" ) ) ;
You can’t perform that action at this time.
0 commit comments