tests/runtime/test-regsexp: Load-option regular-expression.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 2 May 2017 05:18:44 +0000 (22:18 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 2 May 2017 05:18:44 +0000 (22:18 -0700)
tests/runtime/test-regsexp.scm

index 76a5dff43137bbf8b63cfa36c2f067270b7f9466..9e7a124dc2ebbff33aff09549d4bac421db7049b 100644 (file)
@@ -28,6 +28,8 @@ USA.
 
 (declare (usual-integrations))
 \f
+(load-option 'regular-expression)
+
 (define (match-string pattern string)
   (regsexp-match-string (compile-regsexp pattern) string))