aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2015-01-24 04:03:29 +0800
committerwinsvega <winsvega@mail.ru>2015-01-24 04:03:29 +0800
commitec85da431a924779495c3c3b10978e5999778a46 (patch)
tree1373db3ba449a84c402d6a1fc1eb1daa26232fb8 /TestHelper.h
parentf22f8ba2ef2c25fac39657baef21d619e1686864 (diff)
downloaddexon-solidity-ec85da431a924779495c3c3b10978e5999778a46.tar.gz
dexon-solidity-ec85da431a924779495c3c3b10978e5999778a46.tar.zst
dexon-solidity-ec85da431a924779495c3c3b10978e5999778a46.zip
style changes
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h
index dc84b556..ae6ea20c 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -68,7 +68,7 @@ u256 toInt(json_spirit::mValue const& _v);
byte toByte(json_spirit::mValue const& _v);
bytes importCode(json_spirit::mObject& _o);
bytes importData(json_spirit::mObject& _o);
-bytes importByteArray(const std::string& str);
+bytes importByteArray(std::string const& _str);
eth::LogEntries importLog(json_spirit::mArray& _o);
json_spirit::mArray exportLog(eth::LogEntries _logs);
void checkOutput(bytes const& _output, json_spirit::mObject& _o);