Skip to content

Commit

Permalink
Remove stale test file.
Browse files Browse the repository at this point in the history
* test-suite/tests/srfi-42.test: Delete "tmp1" at the end.
  • Loading branch information
civodul committed Jan 30, 2012
1 parent ffd901e commit b469997
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-suite/tests/srfi-42.test
Expand Up @@ -3,7 +3,7 @@
;;; 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
;;;
;;; This code is based on the file examples.scm in the reference
Expand Down Expand Up @@ -616,3 +616,5 @@
(close-output-port f))
(read-lines "tmp1") )
=> (list-ec (:char-range c #\0 #\9) (string c #\newline)) )

(false-if-exception (delete-file "tmp1"))

0 comments on commit b469997

Please sign in to comment.