Browse Source

nice error report merge

cl-refactor
Dimitry 9 years ago
parent
commit
19ad8b88f0
  1. 2
      test/libethereum/transactionTests.cpp

2
test/libethereum/transactionTests.cpp

@ -42,7 +42,7 @@ void doTransactionTests(json_spirit::mValue& _v, bool _fillin)
continue;
}
testname = "(" + i.first ") ";
testname = "(" + i.first + ") ";
cnote << testname;
if (_fillin)
{

Loading…
Cancel
Save