diff options
Diffstat (limited to 'tests/run/mmultim3.nim')
-rwxr-xr-x | tests/run/mmultim3.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/mmultim3.nim b/tests/run/mmultim3.nim index ca73ebea6..3139a8089 100755 --- a/tests/run/mmultim3.nim +++ b/tests/run/mmultim3.nim @@ -1,5 +1,5 @@ type - TObj* = object + TObj* = object {.inheritable.} var myObj* : ref TObj |