diff options
author | Araq <rumpf_a@web.de> | 2012-09-12 08:43:24 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-09-12 08:43:24 +0200 |
commit | 8178cd4fab0968c1d808b6d3cf56c30c3db7fb37 (patch) | |
tree | 7aa02ab757bd29bb69eb1a3eb0cb91b08615608a /tests/compile/tobjects.nim | |
parent | d48d3d0bd19772160f7f7eea292c74b71bd38b16 (diff) | |
download | Nim-8178cd4fab0968c1d808b6d3cf56c30c3db7fb37.tar.gz |
made some tests green
Diffstat (limited to 'tests/compile/tobjects.nim')
-rwxr-xr-x | tests/compile/tobjects.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile/tobjects.nim b/tests/compile/tobjects.nim index 40abae312..68705d944 100755 --- a/tests/compile/tobjects.nim +++ b/tests/compile/tobjects.nim @@ -1,5 +1,5 @@ type - TBase = object + TBase = object of TObject x, y: int TSubclassKind = enum ka, kb, kc, kd, ke, kf |