1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Remove stale test file.

* test-suite/tests/srfi-42.test: Delete "tmp1" at the end.
This commit is contained in:
Ludovic Courtès 2012-01-30 20:57:42 +01:00
parent ffd901eb5e
commit b469997798

View file

@ -3,7 +3,7 @@
;;; Examples for Eager Comprehensions in [outer..inner|expr]-Convention ;;; Examples for Eager Comprehensions in [outer..inner|expr]-Convention
;;; =================================================================== ;;; ===================================================================
;;; ;;;
;;; Copyright (C) 2010 Free Software Foundation, Inc. ;;; Copyright (C) 2010, 2012 Free Software Foundation, Inc.
;;; Copyright (c) 2007 Sebastian Egner ;;; Copyright (c) 2007 Sebastian Egner
;;; ;;;
;;; This code is based on the file examples.scm in the reference ;;; This code is based on the file examples.scm in the reference
@ -616,3 +616,5 @@
(close-output-port f)) (close-output-port f))
(read-lines "tmp1") ) (read-lines "tmp1") )
=> (list-ec (:char-range c #\0 #\9) (string c #\newline)) ) => (list-ec (:char-range c #\0 #\9) (string c #\newline)) )
(false-if-exception (delete-file "tmp1"))