r193686 - Fix triple / REQUIRES in test from r193685

Alp Toker alp at nuanti.com
Wed Oct 30 07:38:32 PDT 2013


Author: alp
Date: Wed Oct 30 09:38:32 2013
New Revision: 193686

URL: http://llvm.org/viewvc/llvm-project?rev=193686&view=rev
Log:
Fix triple / REQUIRES in test from r193685

Modified:
    cfe/trunk/test/Index/ms-asm-no-target.cpp

Modified: cfe/trunk/test/Index/ms-asm-no-target.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/ms-asm-no-target.cpp?rev=193686&r1=193685&r2=193686&view=diff
==============================================================================
--- cfe/trunk/test/Index/ms-asm-no-target.cpp (original)
+++ cfe/trunk/test/Index/ms-asm-no-target.cpp Wed Oct 30 09:38:32 2013
@@ -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.





More information about the cfe-commits mailing list