summary refs log tree commit diff stats
path: root/tests/method/mmultim3.nim
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-01-07 09:49:08 +0100
committerGitHub <noreply@github.com>2020-01-07 09:49:08 +0100
commit1551fff8532540106acf792a830fd9979e1e431b (patch)
treeebd3860a1c40989589a9090baa39e4c529a0c715 /tests/method/mmultim3.nim
parent6a7a19eb15d3878bc97a7ea729d981124628f3ad (diff)
downloadNim-1551fff8532540106acf792a830fd9979e1e431b.tar.gz
clean up deprecated stuff and unused imports in tests (#13059)
Diffstat (limited to 'tests/method/mmultim3.nim')
-rw-r--r--tests/method/mmultim3.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/method/mmultim3.nim b/tests/method/mmultim3.nim
index b391731be..a97248203 100644
--- a/tests/method/mmultim3.nim
+++ b/tests/method/mmultim3.nim
@@ -1,5 +1,5 @@
 type
-    TObj* = object {.inheritable.}
+    TObj* {.inheritable.} = object
 
 var myObj* : ref TObj