diff options
author | Miran <narimiran@disroot.org> | 2020-01-07 09:49:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 09:49:08 +0100 |
commit | 1551fff8532540106acf792a830fd9979e1e431b (patch) | |
tree | ebd3860a1c40989589a9090baa39e4c529a0c715 /tests/method/mmultim3.nim | |
parent | 6a7a19eb15d3878bc97a7ea729d981124628f3ad (diff) | |
download | Nim-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.nim | 2 |
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 |