summaryrefslogtreecommitdiff
path: root/testsuite/HACKING.adoc
diff options
context:
space:
mode:
authorFrançois Pottier <francois.pottier@inria.fr>2018-09-07 13:31:01 +0200
committerGabriel Scherer <gabriel.scherer@gmail.com>2018-09-09 00:24:38 +0200
commitf3cc928f16b18b270639aa27aa1cd21ddc11252d (patch)
tree5f9e62a5e9999f98166d5244e1094588a9c7a69b /testsuite/HACKING.adoc
parentd5fafa251b0773d758a92c7c1460a8c3f8ca7cf9 (diff)
downloadocaml-f3cc928f16b18b270639aa27aa1cd21ddc11252d.tar.gz
Typo.
Diffstat (limited to 'testsuite/HACKING.adoc')
-rw-r--r--testsuite/HACKING.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/HACKING.adoc b/testsuite/HACKING.adoc
index 6e4ff900b0..3d010e5422 100644
--- a/testsuite/HACKING.adoc
+++ b/testsuite/HACKING.adoc
@@ -21,7 +21,7 @@
exactly as `make all` which is heavily tested.
`make promote DIR=tests/foo`::
- most test run a program and compare the result of the program, store in a file
+ Most tests run a program and compare the result of the program, store in a file
`foo.result`, with a reference output stored in `foo.reference` -- the test
fails if the two output differ. Sometimes a change in result is innocuous, it
comes from an intended change in output instead of a regression.