]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 15 Jun 2010 08:21:35 +0000 (08:21 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 15 Jun 2010 08:21:35 +0000 (08:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105993 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/Xlinker-args.c

index fff8fa0efcb6fae2c8a346b38fbc006f34ab550d..b009bffd5942809ce19bfd7e8dedf8a994a0ab3c 100644 (file)
@@ -1,7 +1,7 @@
 // Check that we extract --no-demangle from '-Xlinker' and '-Wl,', since that
 // was a collect2 argument.
 
-// RUN: %clang --ccc-host-triple i386-apple-darwin9 -### \
+// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### \
 // RUN:   -Xlinker one -Xlinker --no-demangle \
 // RUN:   -Wl,two,--no-demangle,three -Xlinker four %s 2> %t
 // RUN: FileCheck < %t %s