tests/ui/lint/large_assignments: only-x86_64 -> only-64bit
So that devs on aarch64 can also bless tests.
This commit is contained in:
parent
e2979a8b8c
commit
a4fbd01af2
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue