aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Meister <thedavidmeister@gmail.com>2019-01-02 12:25:18 +1100
committerDavid Meister <thedavidmeister@gmail.com>2019-01-02 12:25:18 +1100
commitd6dde478de40e6deb71e4eace8651d7e65e7fb6b (patch)
treef84371ae075d7ee34b662154241169de1a855a5f /tests
parentMerge pull request #4960 (diff)
downloadmonero-d6dde478de40e6deb71e4eace8651d7e65e7fb6b.tar.xz
remove trailing whitespace in README.md
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md
index 0bf097254..001ab6154 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -27,7 +27,7 @@ To run the same tests on a release build, replace `debug` with `release`.
# Crypto Tests
-Crypto tests are located under the `tests/crypto` directory.
+Crypto tests are located under the `tests/crypto` directory.
- `crypto-tests.h` contains test harness headers
- `main.cpp` implements the driver for the crypto tests
@@ -50,7 +50,7 @@ To run the same tests on a release build, replace `debug` with `release`.
# Functional tests
[TODO]
-Functional tests are located under the `tests/functional` directory.
+Functional tests are located under the `tests/functional` directory.
First, run a regtest daemon in the offline mode and with a fixed difficulty:
```