projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c0981a
)
Add load-option to make sure regexp code is loaded for test.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 30 Apr 2017 06:42:09 +0000
(23:42 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 30 Apr 2017 06:42:09 +0000
(23:42 -0700)
tests/runtime/test-rgxcmp.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-rgxcmp.scm
b/tests/runtime/test-rgxcmp.scm
index 45515d7a194d0355b801dd78d8beb2ec2737c162..e29403c7b050322be4c931cf7f57af7f2b17c4c3 100644
(file)
--- a/
tests/runtime/test-rgxcmp.scm
+++ b/
tests/runtime/test-rgxcmp.scm
@@
-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)))