* tests/elisp.test: Use module (ice-9 weak-vector).
[bpt/guile.git] / test-suite / tests / elisp.test
index ab00393..e3ed9ed 100644 (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"