Skip to content

Commit 49705e0

Browse files
committed
Limit the problematic tests to x86_64.
1 parent 38b3169 commit 49705e0

6 files changed

+2
-63
lines changed

src/test/ui/consts/const-eval/union-const-eval-field.32bit.stderr

-14
This file was deleted.

src/test/ui/consts/const-eval/union-const-eval-field.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// stderr-per-bitwidth
1+
// only-x86_64
22
#![feature(const_fn)]
33

44
type Field1 = i32;

src/test/ui/consts/const-eval/union-ice.32bit.stderr

-47
This file was deleted.

src/test/ui/consts/const-eval/union-ice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// stderr-per-bitwidth
1+
// only-x86_64
22
#![feature(const_fn)]
33

44
type Field1 = i32;

0 commit comments

Comments
 (0)