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

llvm-svn: 247719
This commit is contained in:
Justin Bogner 2015-09-15 21:13:33 +00:00
parent 5869ec4c6c
commit 01fa3f96b3
1 changed files with 2 additions and 0 deletions

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