aboutsummaryrefslogtreecommitdiff
path: root/doc/unit-tests.txt
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 03:25:26 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:30:36 +0000
commit448f6b3d9b6d598f6a3db7807934d10fe94d5a71 (patch)
treecb6892a2fab1b15717b3e016dfdffc8826b904ca /doc/unit-tests.txt
parent8911ac0b27510914efbfed80ddfb7f19757ac102 (diff)
downloadbitcoin-448f6b3d9b6d598f6a3db7807934d10fe94d5a71.tar.xz
Bugfix: Correct English grammar regarding "'s"
Diffstat (limited to 'doc/unit-tests.txt')
-rw-r--r--doc/unit-tests.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/unit-tests.txt b/doc/unit-tests.txt
index 671ec3e719..9bc4cfa44b 100644
--- a/doc/unit-tests.txt
+++ b/doc/unit-tests.txt
@@ -12,7 +12,7 @@ make -f makefile.unix test_bitcoin # Replace makefile.unix if you're not on uni
If all tests succeed the last line of output will be:
*** No errors detected
-To add more tests, add BOOST_AUTO_TEST_CASE's to the existing
+To add more tests, add BOOST_AUTO_TEST_CASE functions to the existing
.cpp files in the test/ directory or add new .cpp files that
-implement new BOOST_AUTO_TEST_SUITE's (and add them to the
+implement new BOOST_AUTO_TEST_SUITE sections (and add them to the
list of includes in test_bitcoin.cpp).