From: Chris Hanson Date: Sun, 30 Apr 2017 06:42:09 +0000 (-0700) Subject: Add load-option to make sure regexp code is loaded for test. X-Git-Tag: mit-scheme-pucked-9.2.12~14^2~107 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9b84fd8d8ecfaff77d0708f494cc8b41b108f54c;p=mit-scheme.git Add load-option to make sure regexp code is loaded for test. --- 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)))