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:
parent
0296763627
commit
cbbeea6603
3 changed files with 24 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue