diff options
Diffstat (limited to 'clang/test/Driver/nostdlib.c')
-rw-r--r-- | clang/test/Driver/nostdlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/nostdlib.c b/clang/test/Driver/nostdlib.c index e9ada317223..c73212f895e 100644 --- a/clang/test/Driver/nostdlib.c +++ b/clang/test/Driver/nostdlib.c @@ -1,4 +1,4 @@ -// RUN: %clang -target i686-pc-linux-gnu -### -nostdlib %s 2> %t +// RUN: %clang -ccc-host-triple i686-pc-linux-gnu -### -nostdlib %s 2> %t // RUN: FileCheck < %t %s // // CHECK-NOT: start-group |