* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit

status of the compiler.
Calling `exit 1' is no longer needed.
Reported by Nelson H. F. Beebe.
This commit is contained in:
Akim Demaille
2002-11-14 11:09:51 +00:00
parent 4e8d992c7d
commit f32b346d84
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
status of the compiler.
Calling `exit 1' is no longer needed.
Reported by Nelson H. F. Beebe.
2002-11-14 Akim Demaille <akim@epita.fr>