From 28ffc37dbd54714fedaf5acdf2f5bc533e2b58df Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 1 May 2017 22:18:44 -0700 Subject: [PATCH] tests/runtime/test-regsexp: Load-option regular-expression. --- tests/runtime/test-regsexp.scm | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 2.25.1