fix a bug in the testcase

llvm-svn: 11949
This commit is contained in:
Chris Lattner 2004-02-28 17:33:21 +00:00
parent 994f2d1406
commit 178f0f1405
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
class Arg { int a; }
class TheArg : Arg { let a = 1; }
def TheArg : Arg { let a = 1; }
class Super<Arg F> {