summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/openbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/openbsd.c')
-rw-r--r--clang/test/Driver/openbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/openbsd.c b/clang/test/Driver/openbsd.c
index 34f6988c68e..65f4574eccd 100644
--- a/clang/test/Driver/openbsd.c
+++ b/clang/test/Driver/openbsd.c
@@ -1,4 +1,4 @@
-// RUN: %clang -ccc-clang-archs "" -ccc-host-triple i686-pc-openbsd %s -### 2> %t.log
+// RUN: %clang -ccc-clang-archs "" -target i686-pc-openbsd %s -### 2> %t.log
// RUN: FileCheck -input-file %t.log %s
// CHECK: clang{{.*}}" "-cc1" "-triple" "i686-pc-openbsd"
OpenPOWER on IntegriCloud