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