]> granicus.if.org Git - clang/commitdiff
Fix triple / REQUIRES in test from r193685
authorAlp Toker <alp@nuanti.com>
Wed, 30 Oct 2013 14:38:32 +0000 (14:38 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 30 Oct 2013 14:38:32 +0000 (14:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193686 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/ms-asm-no-target.cpp

index acc555b7214125fe5aaa079c7f23cea2428a2d1d..c684e8705b619c178d2c3b2c2ce94758c045ccb6 100644 (file)
@@ -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.