aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm_test.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-06-11 04:29:42 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-06-19 04:20:44 +0800
commitb6d40a931286b4c998f58ad074db0a692aeace6e (patch)
tree491e56fadf83aedceaac460ae51eb778ee8d6465 /tests/vm_test.go
parentc5d6fcbaba545d1078f5411dc67208d5d388222e (diff)
downloaddexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar
dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.gz
dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.bz2
dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.lz
dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.xz
dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.zst
dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.zip
Cleanup/reorg
Diffstat (limited to 'tests/vm_test.go')
-rw-r--r--tests/vm_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/vm_test.go b/tests/vm_test.go
index 194e7b6fa..d16d65aac 100644
--- a/tests/vm_test.go
+++ b/tests/vm_test.go
@@ -5,8 +5,6 @@ import (
"testing"
)
-var vmTestDir = filepath.Join(baseDir, "VMTests")
-
// I've created a new function for each tests so it's easier to identify where the problem lies if any of them fail.
func TestVMArithmetic(t *testing.T) {
fn := filepath.Join(vmTestDir, "vmArithmeticTest.json")