~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to test-suite/tests/guardians.test

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-20 19:39:17 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720193917-s0985l9wxihwoscl
Tags: 1.8.7+1-1ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #401816)
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
;;;   they explicitly invoke GC --- in other words, they assume that GC
26
26
;;;   won't happen too often.
27
27
 
28
 
(use-modules (test-suite lib)
29
 
             (ice-9 documentation)
30
 
             (ice-9 weak-vector))
31
 
 
32
 
 
 
28
(define-module (test-guardians)
 
29
  :use-module (test-suite lib)
 
30
  :use-module (ice-9 documentation)
 
31
  :use-module (ice-9 weak-vector))
 
32
 
 
33
 
33
34
;;;
34
35
;;; miscellaneous
35
36
;;;