mirror of https://github.com/rust-lang/rust.git
Avoid non-windows non-linux in assembly x64 test
This commit is contained in:
parent
d0ce391b14
commit
75d2e5b123
|
@ -1,3 +1,6 @@
|
|||
//@ revisions: WIN LIN
|
||||
//@ [WIN] only-windows
|
||||
//@ [LIN] only-linux
|
||||
//@ only-x86_64
|
||||
//@ assembly-output: emit-asm
|
||||
//@ compile-flags: --crate-type=lib -O
|
||||
|
|
Loading…
Reference in New Issue