mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Use -Ccodegen-units=1 to make issue-23458 test deterministic
The test case fails with either one error or two errors. Use a single code generation unit to avoid nondeterminism.
This commit is contained in:
parent
e190f0d974
commit
614b0cccfe
@ -1,5 +1,5 @@
|
||||
#![feature(llvm_asm)]
|
||||
|
||||
// compile-flags: -Ccodegen-units=1
|
||||
// build-fail
|
||||
// only-x86_64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user