forked from OSchip/llvm-project
test: Add "REQUIRES: native" so this test passes with no default triple configured
llvm-svn: 247719
This commit is contained in:
parent
5869ec4c6c
commit
01fa3f96b3
|
@ -1,2 +1,4 @@
|
|||
# RUN: not llvm-mc %t.blah -o %t2 2>&1 | FileCheck --check-prefix=ENOENT %s
|
||||
# REQUIRES: native
|
||||
|
||||
# ENOENT: {{.*}}.blah: {{[Nn]}}o such file or directory
|
||||
|
|
Loading…
Reference in New Issue