From: Reid Spencer Date: Fri, 30 Mar 2007 01:35:32 +0000 (+0000) Subject: For PR1289: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a5ad78e7460a3134861ae132498de99ed947066e;p=oota-llvm.git For PR1289: Remove an unneeded instance of "implementation" that soon won't be supported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35498 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx b/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx index 167f674878d..a3a685deb78 100644 --- a/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx +++ b/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as 2>&1 < %s -o /dev/null -f | grep 'Reference to an undef' +; RUN: llvm-as 2>&1 < %s -o /dev/null -f | grep 'Undefined type remains' @d_reduction_0_dparser_gram = global { i32 (i8*, i8**, i32, i32, { @@ -52,5 +52,3 @@ %struct.ParseNode_User }*)*, %struct.d_loc_t, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }*)** null } - -implementation