diff options
-rw-r--r-- | test/Assembler/2003-05-21-MalformedStructCrash.llx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-21-MalformedStructCrash.llx b/test/Assembler/2003-05-21-MalformedStructCrash.llx index ba2f66149b..0844437af4 100644 --- a/test/Assembler/2003-05-21-MalformedStructCrash.llx +++ b/test/Assembler/2003-05-21-MalformedStructCrash.llx @@ -1,3 +1,4 @@ ; Found by inspection of the code +; RUN: as < %s 2>&1 | grep "Illegal" global {} { int 7, float 1.0, int 7, int 8 } |