aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/js_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ethereum/js_test.go')
-rw-r--r--cmd/ethereum/js_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/js_test.go b/cmd/ethereum/js_test.go
index a6058b318..580bc7a2b 100644
--- a/cmd/ethereum/js_test.go
+++ b/cmd/ethereum/js_test.go
@@ -47,7 +47,7 @@ func testJEthRE(t *testing.T) (repl *jsre, ethereum *eth.Ethereum, err error) {
return
}
assetPath := path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "cmd", "mist", "assets", "ext")
- repl = newJSRE(ethereum, assetPath)
+ repl = newJSRE(ethereum, assetPath, false)
return
}