diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-30 01:35:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-30 01:35:32 +0000 |
commit | a5ad78e7460a3134861ae132498de99ed947066e (patch) | |
tree | bf82cd24dbe6df71ec302f3c8f393af0a4ca3331 | |
parent | e2501b303c70c5b1d49329b021739aa999cfafe8 (diff) |
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
-rw-r--r-- | test/Assembler/2003-12-30-TypeMapInvalidMemory.llx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx b/test/Assembler/2003-12-30-TypeMapInvalidMemory.llx index 167f674878..a3a685deb7 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 |