Add load-option to make sure regexp code is loaded for test.
authorChris Hanson <org/chris-hanson/cph>
Sun, 30 Apr 2017 06:42:09 +0000 (23:42 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 30 Apr 2017 06:42:09 +0000 (23:42 -0700)
tests/runtime/test-rgxcmp.scm

index 45515d7a194d0355b801dd78d8beb2ec2737c162..e29403c7b050322be4c931cf7f57af7f2b17c4c3 100644 (file)
@@ -28,6 +28,8 @@ USA.
 
 (declare (usual-integrations))
 \f
+(load-option 'regular-expression)
+
 (define-test 'test-compiler
   (lambda ()
     (let ((compiled (re-compile-pattern regexp #f)))