diff options
Diffstat (limited to 'tests/compile/toop.nim')
-rwxr-xr-x | tests/compile/toop.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile/toop.nim b/tests/compile/toop.nim index 5999a8073..0b42c2c22 100755 --- a/tests/compile/toop.nim +++ b/tests/compile/toop.nim @@ -3,7 +3,7 @@ discard """ """ type - TA = object + TA = object of TObject x, y: int TB = object of TA |