aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-21 16:05:47 +0000
committerChris Lattner <sabre@nondot.org>2003-05-21 16:05:47 +0000
commitd32cac600946ea1aeb959931bd73d37a66a42939 (patch)
treee8b69df412a48f3f331595b524b19f28f66a200a
parenta35d594cf00c15d94ae3bdc8c43ba5e367fca71c (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.llx1
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 }