Fix a few more instances of "&>".

llvm-svn: 67496
This commit is contained in:
Eli Friedman 2009-03-23 00:04:01 +00:00
parent 3b27be6ceb
commit 04841eebcb
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@
// RUN: grep 'Option 8 - Name: "-Xarch_", Values: {"joined", "AndSeparate"}' %t &&
// RUN: grep 'Option 9 - Name: "-sectalign", Values: {"1", "2", "3"}' %t &&
// RUN: ! clang-driver -V &> %t &&
// RUN: ! clang-driver -V 2> %t &&
// RUN: grep "error: argument to '-V' is missing (expected 1 value)" %t &&
// RUN: ! clang-driver -sectalign 1 2 &> %t &&
// RUN: ! clang-driver -sectalign 1 2 2> %t &&
// RUN: grep "error: argument to '-sectalign' is missing (expected 3 values)" %t &&
// RUN: true