summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/retain-target-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/retain-target-options.c')
-rw-r--r--clang/test/Index/retain-target-options.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Index/retain-target-options.c b/clang/test/Index/retain-target-options.c
index 797971d12ce..d616bc22566 100644
--- a/clang/test/Index/retain-target-options.c
+++ b/clang/test/Index/retain-target-options.c
@@ -1,6 +1,6 @@
-// RUN: c-index-test -test-load-source all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
-// RUN: c-index-test -test-load-source-reparse 1 all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
-// RUN: c-index-test -test-load-source-reparse 5 all -target x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
+// RUN: c-index-test -test-load-source all -ccc-host-triple x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
+// RUN: c-index-test -test-load-source-reparse 1 all -ccc-host-triple x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
+// RUN: c-index-test -test-load-source-reparse 5 all -ccc-host-triple x86_64-apple-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
// CHECK: error: #error SSE4_1 used
#if defined(__SSE4_1__)
OpenPOWER on IntegriCloud