diff options
Diffstat (limited to 'test/Assembler/2003-05-21-MalformedStructCrash.llx')
-rw-r--r-- | test/Assembler/2003-05-21-MalformedStructCrash.llx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Assembler/2003-05-21-MalformedStructCrash.llx b/test/Assembler/2003-05-21-MalformedStructCrash.llx index 98c8428..89c89bc 100644 --- a/test/Assembler/2003-05-21-MalformedStructCrash.llx +++ b/test/Assembler/2003-05-21-MalformedStructCrash.llx @@ -1,4 +1,4 @@ ; Found by inspection of the code -; RUN: llvm-upgrade < %s | llvm-as 2>&1 > /dev/null | grep "Illegal" +; RUN: llvm-as 2>&1 < %s > /dev/null | grep "Illegal number of init" -global {} { int 7, float 1.0, int 7, int 8 } +global {} { i32 7, float 1.0, i32 7, i32 8 } |