From: Chris Lattner Date: Wed, 21 May 2003 16:05:47 +0000 (+0000) Subject: Add run string X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d32cac600946ea1aeb959931bd73d37a66a42939;p=oota-llvm.git Add run string git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6254 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-05-21-MalformedStructCrash.llx b/test/Assembler/2003-05-21-MalformedStructCrash.llx index ba2f66149bd..0844437af47 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 }