From 3532979af7ef1c2e0e4752a44e3dbf18b0a1a549 Mon Sep 17 00:00:00 2001 From: Westsi <76999267+Westsi@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:40:46 -0400 Subject: [PATCH] more fixes --- ci/test/imported.dor | 2 +- ci/test/metadata.tests | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test/imported.dor b/ci/test/imported.dor index dc0c132..59f47ce 100644 --- a/ci/test/imported.dor +++ b/ci/test/imported.dor @@ -1,5 +1,5 @@ int impfunc() { int x = 8 int y = 6 - return x * y / 2 + return x * y } \ No newline at end of file diff --git a/ci/test/metadata.tests b/ci/test/metadata.tests index f5c70f6..a0e1032 100644 --- a/ci/test/metadata.tests +++ b/ci/test/metadata.tests @@ -3,7 +3,7 @@ varret:3 arithmetic:10 if:1 define:8 -import:24 +import:48 fncall:27 fnargs:34 while:3