diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-05 23:00:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-05 23:00:02 +0000 |
commit | ee9285c1793349a1f4206bd3f3cd1adfab0942be (patch) | |
tree | fb4b445669e070899a33f6e39c97982537e7595f /test | |
parent | 0cca46421f8c133964593f3b05498a275bfa3a31 (diff) | |
download | external_llvm-ee9285c1793349a1f4206bd3f3cd1adfab0942be.zip external_llvm-ee9285c1793349a1f4206bd3f3cd1adfab0942be.tar.gz external_llvm-ee9285c1793349a1f4206bd3f3cd1adfab0942be.tar.bz2 |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/Assembler/2002-02-19-TypeParsing.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Assembler/2002-02-19-TypeParsing.ll b/test/Assembler/2002-02-19-TypeParsing.ll index cd9b94a..b3e7d66 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 + |