diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-12-01 15:27:20 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-12-01 15:28:53 +0100 |
| commit | 00d25e90db06149fa456b0a8f15b7b68005ff9c5 (patch) | |
| tree | 0c17ff3e11f6a6b54dbd298f1aaebb589b8e44bf /src/test | |
| parent | Merge #11337: Fix code constness in CBlockIndex::GetAncestor() overloads (diff) | |
| parent | [docs] Fixed outdated link with archive.is (diff) | |
| download | discoin-00d25e90db06149fa456b0a8f15b7b68005ff9c5.tar.xz discoin-00d25e90db06149fa456b0a8f15b7b68005ff9c5.zip | |
Merge #11804: [docs] Fixed outdated link with archive.is
bf20a7d [docs] Fixed outdated link with archive.is (Tim Shimmin)
Tree-SHA512: 7d316aa4c462213578a9a1e71b06a459924ed3bb681a0469cc3719b21a871a6350fff4656696057e362561ee10dc10e933fe1328ef454ab7e133ecf05549ec1c
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/README.md b/src/test/README.md index dbaa9c27f..01da32109 100644 --- a/src/test/README.md +++ b/src/test/README.md @@ -52,4 +52,4 @@ examine `uint256_tests.cpp`. For further reading, I found the following website to be helpful in explaining how the boost unit test framework works: -[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/). +[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://archive.is/dRBGf). |