Skip to content

Commit 640425d

Browse files
author
thk123
committed
Remove trailing whitespace
1 parent 805767b commit 640425d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testsuite/gnat2goto/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ where ```-j``` sets the number of tests to run in parallel (default is 1).
112112

113113
This will output which tests pass and fail. If a test fails, you can inspect the output
114114
inside `out`. Each test will produce a file called `test_name.diff` which contains a git
115-
diff between the expected an actual output.
115+
diff between the expected an actual output.
116116

117117
Alternatively, `--diffs` can be turned on to see the difference between the expected
118118
and actual outputs for all of `XFAIL`, `FAIL`, or `UPASS` results.
@@ -125,12 +125,12 @@ For the gnat2goto test suite each test subdirectory has a file test.py.
125125
<<< DEBUG *test file* >>> and <<< END DEBUG *test file* >>>
126126
of course this will cause a DIFF to be reported between actual and
127127
expected output. By default debug=False.
128-
128+
129129
Updating Expected Results
130130
-------------------------
131131

132-
Sometimes the tests will need to be updated for the new behaviour. This can be done
133-
using [`./update-expected-outputs`](update-expected-outputs).
132+
Sometimes the tests will need to be updated for the new behaviour. This can be done
133+
using [`./update-expected-outputs`](update-expected-outputs).
134134

135135
WARNING running ./update-expected outputs will replace all test.out
136136
(expected result) files with the actual results.

0 commit comments

Comments
 (0)