mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
Enclose `regexp.test' in a module.
* test-suite/tests/regexp.test: Add `define-module' clause.
This commit is contained in:
parent
afb28ce860
commit
097158c936
1 changed files with 4 additions and 2 deletions
|
@ -18,9 +18,11 @@
|
||||||
;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
;;;; Boston, MA 02110-1301 USA
|
;;;; Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
(use-modules (test-suite lib)
|
(define-module (test-suite test-regexp)
|
||||||
(ice-9 regex))
|
#:use-module (test-suite lib)
|
||||||
|
#:use-module (ice-9 regex))
|
||||||
|
|
||||||
|
|
||||||
;;; Run a regexp-substitute or regexp-substitute/global test, once
|
;;; Run a regexp-substitute or regexp-substitute/global test, once
|
||||||
;;; providing a real port and once providing #f, requesting direct
|
;;; providing a real port and once providing #f, requesting direct
|
||||||
;;; string output.
|
;;; string output.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue