diff options
Diffstat (limited to 'llvm/test/Assembler/2007-01-22-UpgradeMalformedStruct.ll')
| -rw-r--r-- | llvm/test/Assembler/2007-01-22-UpgradeMalformedStruct.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2007-01-22-UpgradeMalformedStruct.ll b/llvm/test/Assembler/2007-01-22-UpgradeMalformedStruct.ll index 28c840c3b04..1636b9d85d2 100644 --- a/llvm/test/Assembler/2007-01-22-UpgradeMalformedStruct.ll +++ b/llvm/test/Assembler/2007-01-22-UpgradeMalformedStruct.ll @@ -1,4 +1,4 @@ ; Found by inspection of the code -; RUN: llvm-upgrade 2>&1 < %s > /dev/null | grep "Illegal number of init" +; RUN: llvm-upgrade < %s > /dev/null |& grep {Illegal number of init} global {} { int 7, float 1.0, int 7, int 8 } |

