diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-15 10:23:54 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-03-15 10:24:04 +0100 |
commit | acfe60677c9bb4e75cf2e139b2dee4b642ee6a0c (patch) | |
tree | d3f8b52d073ccb515314429149b5f1a98c56913a /src/test | |
parent | 2834bc8013e6a48c212d429807b61afdbb1ae0f1 (diff) | |
parent | 2b45345aaca9d0091972f983ac6e5c0b09d14777 (diff) |
Merge pull request #3650
2b45345 minor style cleanups (Philip Kaufmann)
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/checkblock_tests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/checkblock_tests.cpp b/src/test/checkblock_tests.cpp index d47a33fd46..67503b200b 100644 --- a/src/test/checkblock_tests.cpp +++ b/src/test/checkblock_tests.cpp @@ -15,8 +15,7 @@ BOOST_AUTO_TEST_SUITE(CheckBlock_tests) -bool -read_block(const std::string& filename, CBlock& block) +bool read_block(const std::string& filename, CBlock& block) { namespace fs = boost::filesystem; fs::path testFile = fs::current_path() / "data" / filename; |