diff options
Diffstat (limited to 'vm/vm_test.go')
-rw-r--r-- | vm/vm_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vm/vm_test.go b/vm/vm_test.go new file mode 100644 index 000000000..9bd147a72 --- /dev/null +++ b/vm/vm_test.go @@ -0,0 +1,3 @@ +package vm + +// Tests have been removed in favour of general tests. If anything implementation specific needs testing, put it here |