From 74dd678dfd1aae9e655fd13cb65278ea9ba307e2 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 11 Jul 2022 11:07:51 +0200 Subject: Reimplement argument counts --- pkg/lang/compiler/compiler_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/lang/compiler/compiler_test.go') diff --git a/pkg/lang/compiler/compiler_test.go b/pkg/lang/compiler/compiler_test.go index cd62088..bdbc375 100644 --- a/pkg/lang/compiler/compiler_test.go +++ b/pkg/lang/compiler/compiler_test.go @@ -383,6 +383,7 @@ func TestFunctionArgs(t *testing.T) { expected := ` push_function @add + set_arg_count 2 push_int 4 push_int 5 call 2 -- cgit 1.4.1