From: Matt Birkholz Date: Tue, 2 May 2017 05:18:44 +0000 (-0700) Subject: tests/runtime/test-regsexp: Load-option regular-expression. X-Git-Tag: mit-scheme-pucked-9.2.12~136 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=28ffc37dbd54714fedaf5acdf2f5bc533e2b58df;p=mit-scheme.git tests/runtime/test-regsexp: Load-option regular-expression. --- diff --git a/tests/runtime/test-regsexp.scm b/tests/runtime/test-regsexp.scm index 76a5dff43..9e7a124dc 100644 --- a/tests/runtime/test-regsexp.scm +++ b/tests/runtime/test-regsexp.scm @@ -28,6 +28,8 @@ USA. (declare (usual-integrations)) +(load-option 'regular-expression) + (define (match-string pattern string) (regsexp-match-string (compile-regsexp pattern) string))