File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// run-pass
2
- // only-i686
2
+ // only-x86
3
3
4
4
trait A {
5
5
extern "fastcall" fn test1 ( i : i32 ) ;
Original file line number Diff line number Diff line change 1
1
// run-pass
2
- // only-i686
2
+ // only-x86
3
3
4
4
#![ feature( abi_thiscall) ]
5
5
Original file line number Diff line number Diff line change 1
1
// run-pass
2
2
// revisions: x64 x32
3
3
// [x64]only-x86_64
4
- // [x32]only-i686
4
+ // [x32]only-x86
5
5
6
6
#![ feature( abi_vectorcall) ]
7
7
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ fn only_target() {
168
168
let mut config = config ( ) ;
169
169
config. target = "x86_64-pc-windows-gnu" . to_owned ( ) ;
170
170
171
- assert ! ( check_ignore( & config, "// only-i686 " ) ) ;
171
+ assert ! ( check_ignore( & config, "// only-x86 " ) ) ;
172
172
assert ! ( check_ignore( & config, "// only-linux" ) ) ;
173
173
assert ! ( check_ignore( & config, "// only-msvc" ) ) ;
174
174
assert ! ( check_ignore( & config, "// only-32bit" ) ) ;
You can’t perform that action at this time.
0 commit comments