diff options
| author | Alp Toker <alp@nuanti.com> | 2013-10-30 14:38:32 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2013-10-30 14:38:32 +0000 |
| commit | 56cf2cb55a42e6e67c60c7c7692434911065da39 (patch) | |
| tree | 7461d22a260fbffc235bb6b92a08fd06a1e486e0 | |
| parent | 45cf31f7d390f1e7a39d27e10e2f8877487312ee (diff) | |
| download | bcm5719-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.cpp | 3 |
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. |

