From f959eb2a235c2009a78486a71694ecc907e2dd63 Mon Sep 17 00:00:00 2001 From: dours Date: Tue, 7 Jun 2022 16:12:52 +0300 Subject: [PATCH] forgotten --- .../src/test/scala/org/polystat/py2eo/transpiler/Tests.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transpiler/src/test/scala/org/polystat/py2eo/transpiler/Tests.scala b/transpiler/src/test/scala/org/polystat/py2eo/transpiler/Tests.scala index 396dc749c..f6ce5fb7b 100644 --- a/transpiler/src/test/scala/org/polystat/py2eo/transpiler/Tests.scala +++ b/transpiler/src/test/scala/org/polystat/py2eo/transpiler/Tests.scala @@ -29,7 +29,7 @@ class Tests extends Commons { val name = test.getName println(s"parsing $name") val eoText = try { - Transpile.transpile(db)(chopExtension(name), readFile(test)) + Transpile.transpile(db)(chopExtension(name), Transpile.Parameters(wrapInAFunction = false), readFile(test)) } catch { case e : Throwable => println(s"failed to transpile $name: ${e.toString}")