diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-11 04:29:42 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-19 04:20:44 +0800 |
commit | b6d40a931286b4c998f58ad074db0a692aeace6e (patch) | |
tree | 491e56fadf83aedceaac460ae51eb778ee8d6465 /tests/state_test.go | |
parent | c5d6fcbaba545d1078f5411dc67208d5d388222e (diff) | |
download | dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.gz dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.tar.zst dexon-b6d40a931286b4c998f58ad074db0a692aeace6e.zip |
Cleanup/reorg
Diffstat (limited to 'tests/state_test.go')
-rw-r--r-- | tests/state_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/state_test.go b/tests/state_test.go index 5c16a3e91..9c3d6f209 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -6,8 +6,6 @@ import ( "testing" ) -var stateTestDir = filepath.Join(baseDir, "StateTests") - func TestStateSystemOperations(t *testing.T) { fn := filepath.Join(stateTestDir, "stSystemOperationsTest.json") if err := RunStateTest(fn); err != nil { |