Skip to content

Commit fa3b824

Browse files
committed
Merge branch 'bigfloat_refactor' of github.com:boogie-org/boogie into bigfloat_refactor
2 parents ce5abdc + f50a918 commit fa3b824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ to remove those files before using ``lit``.
131131
Writing tests
132132
-------------
133133

134-
Tests are driven my special comments written in ``.bpl`` files (each file is an
134+
Tests are driven by special comments written in ``.bpl`` files (each file is an
135135
individual test). These special comments (RUN lines) contain shell commands to
136136
run. If any command exits with a non zero exit code the test is
137137
considered to fail.
@@ -143,7 +143,7 @@ The RUN lines may use several substitutions
143143

144144
- ``%parallel-boogie`` expands to the absolute path of the Boogie executable with any set
145145
options and ``/vcsCores:2``. This does not need to be quoted.
146-
-
146+
147147
- ``%diff`` expands to the diff tool being used. This is ``diff`` on non
148148
Windows platforms and ``pydiff`` on Windows. Do not use the ``fc`` tool
149149
because it is buggy when tests are run concurrently. This does not need to be

0 commit comments

Comments
 (0)