Skip to content

Commit

Permalink
Limit the problematic tests to x86_64.
Browse files Browse the repository at this point in the history
  • Loading branch information
hameerabbasi committed Apr 1, 2021
1 parent 38b3169 commit 49705e0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 63 deletions.
14 changes: 0 additions & 14 deletions src/test/ui/consts/const-eval/union-const-eval-field.32bit.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/consts/const-eval/union-const-eval-field.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// stderr-per-bitwidth
// only-x86_64
#![feature(const_fn)]

type Field1 = i32;
Expand Down
47 changes: 0 additions & 47 deletions src/test/ui/consts/const-eval/union-ice.32bit.stderr

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/consts/const-eval/union-ice.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// stderr-per-bitwidth
// only-x86_64
#![feature(const_fn)]

type Field1 = i32;
Expand Down

0 comments on commit 49705e0

Please sign in to comment.