diff options
Diffstat (limited to 'test/Assembler/2003-05-21-MalformedStructCrash.llx')
-rw-r--r-- | test/Assembler/2003-05-21-MalformedStructCrash.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-05-21-MalformedStructCrash.llx b/test/Assembler/2003-05-21-MalformedStructCrash.llx index 0844437..c606aa0 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: as < %s 2>&1 | grep "Illegal" +; RUN: llvm-as < %s 2>&1 | grep "Illegal" global {} { int 7, float 1.0, int 7, int 8 } |