aboutsummaryrefslogtreecommitdiffstats
path: root/rlp.cpp
diff options
context:
space:
mode:
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);