diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 15:00:39 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 15:00:39 +0000 |
| commit | e7df634b3d16c9124f616b6bfb33ed3d4d31a48b (patch) | |
| tree | cb3d3e6d9d0382f261a6b7646c85164df655ee9d /llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll | |
| parent | c6ee811cc238efb060b1f5509b49f23bb005d52a (diff) | |
| download | bcm5719-llvm-e7df634b3d16c9124f616b6bfb33ed3d4d31a48b.tar.gz bcm5719-llvm-e7df634b3d16c9124f616b6bfb33ed3d4d31a48b.zip | |
Fix the syntax for these tests. Noticed by Duncan Sands.
llvm-svn: 36132
Diffstat (limited to 'llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll')
| -rw-r--r-- | llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll b/llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll index 5ebd86cbc00..da72cbc6b91 100644 --- a/llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll +++ b/llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll @@ -1,4 +1,4 @@ ; Found by inspection of the code -; RUN: llvm-upgrade 2>&1 < %s > /dev/null | grep "Shift constant expression" +; RUN: llvm-upgrade < %s > /dev/null |& grep {Shift constant expression} global int shr (float 1.0, ubyte 2) |

