From 9b84fd8d8ecfaff77d0708f494cc8b41b108f54c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 29 Apr 2017 23:42:09 -0700 Subject: [PATCH] Add load-option to make sure regexp code is loaded for test. --- tests/runtime/test-rgxcmp.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/runtime/test-rgxcmp.scm b/tests/runtime/test-rgxcmp.scm index 45515d7a1..e29403c7b 100644 --- a/tests/runtime/test-rgxcmp.scm +++ b/tests/runtime/test-rgxcmp.scm @@ -28,6 +28,8 @@ USA. (declare (usual-integrations)) +(load-option 'regular-expression) + (define-test 'test-compiler (lambda () (let ((compiled (re-compile-pattern regexp #f))) -- 2.25.1