diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-05 23:38:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-05 23:38:10 +0100 |
commit | b3da54d1813f34fca31cdb5fd3db90b9141b1b7a (patch) | |
tree | 52a6ea1a154816fece46bac4850c0f9b3d8861b9 /test-suite/tests/srfi-67.test | |
parent | a3989357b32ba51c0780732e06c88baec16d3229 (diff) |
Placate a number of `syntax-check' verifications.
- "filesystem" -> "file system"
- remove doubled words
- use EXIT_* macros instead of literal numbers
- update `syntax-check' exclusion files
Diffstat (limited to 'test-suite/tests/srfi-67.test')
-rw-r--r-- | test-suite/tests/srfi-67.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/srfi-67.test b/test-suite/tests/srfi-67.test index e5a4471ee..312282e92 100644 --- a/test-suite/tests/srfi-67.test +++ b/test-suite/tests/srfi-67.test @@ -36,7 +36,7 @@ ; Test engine ; =========== ; -; We use an extended version of the the checker of SRFI-42 (with +; We use an extended version of the checker of SRFI-42 (with ; Felix' reduction on codesize) for running a batch of tests for ; the various procedures of 'compare.scm'. Moreover, we use the ; comprehensions of SRFI-42 to generate examples systematically. |