From 1551fff8532540106acf792a830fd9979e1e431b Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 7 Jan 2020 09:49:08 +0100 Subject: clean up deprecated stuff and unused imports in tests (#13059) --- tests/method/tmultimjs.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/method/tmultimjs.nim') diff --git a/tests/method/tmultimjs.nim b/tests/method/tmultimjs.nim index 9dcfc0dcc..ce62a2c23 100644 --- a/tests/method/tmultimjs.nim +++ b/tests/method/tmultimjs.nim @@ -9,7 +9,7 @@ hello # tmultim1 type - Expression = ref object {.inheritable.} + Expression {.inheritable.} = ref object Literal = ref object of Expression x: int PlusExpr = ref object of Expression @@ -69,4 +69,4 @@ var s:ref Test = newTest() #doesn't work for z in 1..4: s.doMethod() - break \ No newline at end of file + break -- cgit 1.4.1-2-gfad0