From ee9285c1793349a1f4206bd3f3cd1adfab0942be Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 5 Apr 2002 23:00:02 +0000 Subject: [PATCH] Fix bug in testcase: no implementatino section make it not legal input, so once the parser is fixed to handle the bug, it broke on the bad input. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2123 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-02-19-TypeParsing.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Assembler/2002-02-19-TypeParsing.ll b/test/Assembler/2002-02-19-TypeParsing.ll index cd9b94a8485..b3e7d66a146 100644 --- a/test/Assembler/2002-02-19-TypeParsing.ll +++ b/test/Assembler/2002-02-19-TypeParsing.ll @@ -4,3 +4,5 @@ } * } *, \2 * }, { \2 *, { int, int, int, { [4 x \3], \2, \5, \6, int, int } * } *, \2 * } } +implementation + -- 2.34.1