From c2d4bf51de9a2d721168c62b14b89f5281ed366e Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 27 May 2022 00:09:27 +0000 Subject: VM ARC --- pkg/lang/vm/vm_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/lang/vm/vm_test.go') diff --git a/pkg/lang/vm/vm_test.go b/pkg/lang/vm/vm_test.go index 298cfb2..74e64d0 100644 --- a/pkg/lang/vm/vm_test.go +++ b/pkg/lang/vm/vm_test.go @@ -108,7 +108,6 @@ func TestFunction(t *testing.T) { test(t, src, "42") } - func test(t *testing.T, src string, expected string) { bc := compile(t, src) vm := vm.New(&bc) -- cgit 1.4.1