test: Add "REQUIRES: native" so this test passes with no default triple configured
authorJustin Bogner <mail@justinbogner.com>
Tue, 15 Sep 2015 21:13:33 +0000 (21:13 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 15 Sep 2015 21:13:33 +0000 (21:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247719 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-mc/basic.test

index 69d8f311fba6eb30a23d666913d7828bbe79b2e7..abdd3b71f7d8d2d03e2885add237a46c6bf82061 100644 (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