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:
parent
ffd901eb5e
commit
b469997798
1 changed files with 3 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue