diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-21 16:05:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-21 16:05:47 +0000 |
commit | d32cac600946ea1aeb959931bd73d37a66a42939 (patch) | |
tree | e8b69df412a48f3f331595b524b19f28f66a200a | |
parent | a35d594cf00c15d94ae3bdc8c43ba5e367fca71c (diff) |
Add run string
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6254 91177308-0d34-0410-b5e6-96231b3b80d8
-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 } |