mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-28 12:30:22 +00:00
[ms] Fix repeated executions of the no-inputs llvm-lib test
`rm` the file, THEN run the command that shouldn't create it, THEN confirm that it doesn't exist
This commit is contained in:
parent
cfea3dc102
commit
291d24838f
@ -1,6 +1,7 @@
|
||||
RUN: llvm-lib -out:%t.a
|
||||
RUN: test ! -e %t.a
|
||||
RUN: rm -f %t.lib
|
||||
RUN: llvm-lib -out:%t.lib
|
||||
RUN: test ! -e %t.lib
|
||||
|
||||
RUN: llvm-lib /llvmlibempty -out:%t.a
|
||||
RUN: FileCheck %s < %t.a
|
||||
RUN: llvm-lib /llvmlibempty -out:%t.lib
|
||||
RUN: FileCheck %s < %t.lib
|
||||
CHECK: !<arch>
|
||||
|
Loading…
x
Reference in New Issue
Block a user