/[guile]/guile/guile-core/test-suite/tests/ports.test
ViewVC logotype

Diff of /guile/guile-core/test-suite/tests/ports.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by ela, Sun Nov 4 15:52:30 2001 UTC revision 1.29 by dirk, Mon Sep 22 19:00:41 2003 UTC
# Line 18  Line 18 
18  ;;;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330,  ;;;; the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
19  ;;;; Boston, MA 02111-1307 USA  ;;;; Boston, MA 02111-1307 USA
20    
21  (use-modules (test-suite lib)  (define-module (test-suite test-ports)
22               (ice-9 popen)    :use-module (test-suite lib)
23               (ice-9 rdelim))    :use-module (test-suite guile-test)
24      :use-module (ice-9 popen)
25      :use-module (ice-9 rdelim))
26    
27  (define (display-line . args)  (define (display-line . args)
28    (for-each display args)    (for-each display args)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26