aboutsummaryrefslogtreecommitdiffstats
path: root/rlp.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-05-28 17:52:42 +0800
committerGav Wood <i@gavwood.com>2014-05-28 17:52:42 +0800
commita418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12 (patch)
tree70848a6e3e86d0a4337f398b9904a9f8c26ace63 /rlp.cpp
parent305ddf1fed4640c0a9ce9c3f693700c9dd9aea69 (diff)
downloaddexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar
dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.gz
dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.bz2
dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.lz
dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.xz
dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.zst
dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.zip
Fixes for tests.
Diffstat (limited to 'rlp.cpp')
-rw-r--r--rlp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlp.cpp b/rlp.cpp
index 5adebeab..0a62df9e 100644
--- a/rlp.cpp
+++ b/rlp.cpp
@@ -60,7 +60,7 @@ namespace eth
static void getRLPTestCases(js::mValue& v)
{
- string s = asString(contents("../../tests/rlptest.json"));
+ string s = asString(contents("../../../tests/rlptest.json"));
BOOST_REQUIRE_MESSAGE( s.length() > 0,
"Contents of 'rlptest.json' is empty. Have you cloned the 'tests' repo branch develop?");
js::read_string(s, v);