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:
Tomasz Miąsko 2021-02-17 00:00:00 +00:00
parent e190f0d974
commit 614b0cccfe

View File

@ -1,5 +1,5 @@
#![feature(llvm_asm)]
// compile-flags: -Ccodegen-units=1
// build-fail
// only-x86_64