diff options
Diffstat (limited to 'tests/macros/tvtable.nim')
-rw-r--r-- | tests/macros/tvtable.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros/tvtable.nim b/tests/macros/tvtable.nim index 3e3b9c0e6..cc5d7a5d9 100644 --- a/tests/macros/tvtable.nim +++ b/tests/macros/tvtable.nim @@ -17,7 +17,7 @@ type # an untyped table to store the proc pointers # it's also possible to use a strongly typed tuple here VTable = array[0..1, pointer] - + TBase = object {.inheritable.} vtbl: ptr VTable |