Skip to content

Commit 7e00586

Browse files
committed
tests: Tweak test to at least use a standard arch, to ensure we try to invoke
Clang. llvm-svn: 130861
1 parent 9aa54fe commit 7e00586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/sysroot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Check that --sysroot= also applies to header search paths.
2-
// RUN: %clang -ccc-host-triple unknown --sysroot=/FOO -### -E %s 2> %t1
2+
// RUN: %clang -ccc-host-triple i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
33
// RUN: FileCheck --check-prefix=CHECK-SYSROOTEQ < %t1 %s
44
// CHECK-SYSROOTEQ: "-cc1"{{.*}} "-isysroot" "/FOO"
55

0 commit comments

Comments
 (0)