summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 15:00:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 15:00:39 +0000
commite7df634b3d16c9124f616b6bfb33ed3d4d31a48b (patch)
treecb3d3e6d9d0382f261a6b7646c85164df655ee9d /llvm/test/Assembler/2007-01-22-UpgradeMalformedShift.ll
parentc6ee811cc238efb060b1f5509b49f23bb005d52a (diff)
downloadbcm5719-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.ll2
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)
OpenPOWER on IntegriCloud