1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 17:50:29 +02:00

* tests/elisp.test: Use module (ice-9 weak-vector).

* tests/weaks.test: Use module (ice-9 weak-vector).
This commit is contained in:
Mikael Djurfeldt 2003-02-19 15:31:30 +00:00
parent 0296763627
commit cbbeea6603
3 changed files with 24 additions and 14 deletions

View file

@ -1,5 +1,5 @@
;;;; elisp.test --- tests guile's elisp support -*- scheme -*-
;;;; Copyright (C) 2002 Free Software Foundation, Inc.
;;;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.
;;;;
;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by
@ -44,6 +44,8 @@
;;; elisp
;;;
(use-modules (ice-9 weak-vector))
(if (defined? '%nil)
(with-test-prefix "scheme"