From c2f797d4314ba455b300ea896bce180b159a07cd Mon Sep 17 00:00:00 2001 From: aNNiMON Date: Thu, 15 Aug 2024 23:17:43 +0300 Subject: [PATCH] Fix build --- ownlang-parser/src/test/resources/other/classScope.own | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ownlang-parser/src/test/resources/other/classScope.own b/ownlang-parser/src/test/resources/other/classScope.own index 3d33aa1..fefa515 100644 --- a/ownlang-parser/src/test/resources/other/classScope.own +++ b/ownlang-parser/src/test/resources/other/classScope.own @@ -1,4 +1,4 @@ -use std, debug +use std def testThisOnSingleInstance() { s = new ClassScope({"id": 1})