提交 addf680c 编写于 作者: T Tomasz Miąsko

Use a single codegen unit to reduce non-determinism in srcloc.rs test

When building with multiple codegen units the test case can fail with
only a subset of all errors. Use a single codegen unit as a workaround.
上级 61edfd59
// no-system-llvm // no-system-llvm
// only-x86_64 // only-x86_64
// build-fail // build-fail
// compile-flags: -Ccodegen-units=1
#![feature(asm)] #![feature(asm)]
// Checks that inline asm errors are mapped to the correct line in the source code. // Checks that inline asm errors are mapped to the correct line in the source code.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册