summary refs log tree commit diff stats
path: root/tests/run/mmultim3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/mmultim3.nim')
-rwxr-xr-xtests/run/mmultim3.nim2
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