File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ to remove those files before using ``lit``.
131131Writing 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
135135individual test). These special comments (RUN lines) contain shell commands to
136136run. If any command exits with a non zero exit code the test is
137137considered 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
You can’t perform that action at this time.
0 commit comments