summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-10-30 14:38:32 +0000
committerAlp Toker <alp@nuanti.com>2013-10-30 14:38:32 +0000
commit56cf2cb55a42e6e67c60c7c7692434911065da39 (patch)
tree7461d22a260fbffc235bb6b92a08fd06a1e486e0
parent45cf31f7d390f1e7a39d27e10e2f8877487312ee (diff)
downloadbcm5719-llvm-56cf2cb55a42e6e67c60c7c7692434911065da39.tar.gz
bcm5719-llvm-56cf2cb55a42e6e67c60c7c7692434911065da39.zip
Fix triple / REQUIRES in test from r193685
llvm-svn: 193686
-rw-r--r--clang/test/Index/ms-asm-no-target.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Index/ms-asm-no-target.cpp b/clang/test/Index/ms-asm-no-target.cpp
index acc555b7214..c684e8705b6 100644
--- a/clang/test/Index/ms-asm-no-target.cpp
+++ b/clang/test/Index/ms-asm-no-target.cpp
@@ -1,4 +1,5 @@
-// RUN: c-index-test -test-load-source all -triple x86_64-apple-darwin10 -fasm-blocks -Wno-microsoft %s 2>&1 | FileCheck %s
+// REQUIRES: x86-registered-target
+// RUN: c-index-test -test-load-source all -fasm-blocks -Wno-microsoft %s 2>&1 | FileCheck %s
// Test that we diagnose when the application hasn't initialized LLVM targets
// supporting the MS-style inline asm parser.
OpenPOWER on IntegriCloud