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