GOOPS cosmetics
[bpt/guile.git] / test-suite / tests / srfi-42.test
index 5417de0..1de337e 100644 (file)
@@ -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
      (close-output-port f))
    (read-lines "tmp1") )
  => (list-ec (:char-range c #\0 #\9) (string c #\newline)) )
+
+(false-if-exception (delete-file "tmp1"))