projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35d594
)
Add run string
author
Chris Lattner
<sabre@nondot.org>
Wed, 21 May 2003 16:05:47 +0000
(16:05 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 21 May 2003 16:05:47 +0000
(16:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6254
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/2003-05-21-MalformedStructCrash.llx
patch
|
blob
|
history
diff --git
a/test/Assembler/2003-05-21-MalformedStructCrash.llx
b/test/Assembler/2003-05-21-MalformedStructCrash.llx
index ba2f66149bd453b3a4b0a956acca399981314e41..0844437af470f572442e3c34436767f77d6f2457 100644
(file)
--- 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 }