test: Add "REQUIRES: native" so this test passes with no default triple configured

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247719 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Justin Bogner 2015-09-15 21:13:33 +00:00
parent 2b5c8d67d2
commit 7bfd1e9106

View File

@ -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