forked from OSchip/llvm-project
Remove trailing whitespace (especially after a \ which should be trailing)
llvm-svn: 152695
This commit is contained in:
parent
91b9ac8ae9
commit
1c883c58dd
|
@ -2,8 +2,8 @@
|
|||
// PR12181
|
||||
|
||||
// RUN: not %clang -target x86_64-apple-darwin10 \
|
||||
// RUN: -fsyntax-only -fzyzzybalubah \
|
||||
// RUN: -Werror=unused-command-line-argument %s
|
||||
// RUN: -fsyntax-only -fzyzzybalubah \
|
||||
// RUN: -Werror=unused-command-line-argument %s
|
||||
|
||||
// RUN: not %clang -target x86_64-apple-darwin10 \
|
||||
// RUN: -fsyntax-only -fzyzzybalubah -Werror %s
|
||||
// RUN: -fsyntax-only -fzyzzybalubah -Werror %s
|
||||
|
|
Loading…
Reference in New Issue