diff options
Diffstat (limited to 'pkg/lang/vm/vm_test.go')
| -rw-r--r-- | pkg/lang/vm/vm_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/lang/vm/vm_test.go b/pkg/lang/vm/vm_test.go index 53b7c3c..9f6efc0 100644 --- a/pkg/lang/vm/vm_test.go +++ b/pkg/lang/vm/vm_test.go @@ -91,6 +91,8 @@ func TestFibonacci(t *testing.T) { } func TestFunction(t *testing.T) { + t.Skip("Reimplement arguments") + src := ` push_int 44 push_function @subtract_two |
