tests/ui/lint/large_assignments: only-x86_64 -> only-64bit

So that devs on aarch64 can also bless tests.
This commit is contained in:
Martin Nordholts 2024-02-08 12:19:54 +01:00
parent e2979a8b8c
commit a4fbd01af2
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#![feature(large_assignments)]
#![move_size_limit = "1000"]
// build-fail
// only-x86_64
// only-64bit
// edition:2018
// compile-flags: -Zmir-opt-level=1

View File

@ -2,7 +2,7 @@
#![cfg_attr(attribute, feature(large_assignments))]
#![cfg_attr(attribute, move_size_limit = "1000")]
// build-fail
// only-x86_64
// only-64bit
// revisions: attribute option
// [option]compile-flags: -Zmove-size-limit=1000

View File

@ -2,7 +2,7 @@
#![feature(large_assignments)]
#![move_size_limit = "1000"]
// build-fail
// only-x86_64
// only-64bit
// edition:2018
// compile-flags: -Zmir-opt-level=0