Skip to content

Commit a4fbd01

Browse files
committed
tests/ui/lint/large_assignments: only-x86_64 -> only-64bit
So that devs on aarch64 can also bless tests.
1 parent e2979a8 commit a4fbd01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/ui/lint/large_assignments/copy_into_box_rc_arc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![feature(large_assignments)]
33
#![move_size_limit = "1000"]
44
// build-fail
5-
// only-x86_64
5+
// only-64bit
66

77
// edition:2018
88
// compile-flags: -Zmir-opt-level=1

tests/ui/lint/large_assignments/large_future.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![cfg_attr(attribute, feature(large_assignments))]
33
#![cfg_attr(attribute, move_size_limit = "1000")]
44
// build-fail
5-
// only-x86_64
5+
// only-64bit
66
// revisions: attribute option
77
// [option]compile-flags: -Zmove-size-limit=1000
88

tests/ui/lint/large_assignments/move_into_box_rc_arc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![feature(large_assignments)]
33
#![move_size_limit = "1000"]
44
// build-fail
5-
// only-x86_64
5+
// only-64bit
66

77
// edition:2018
88
// compile-flags: -Zmir-opt-level=0

0 commit comments

Comments
 (0)