diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-05-17 09:43:43 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-05-17 09:43:43 -0700 |
commit | c96238b89583ed91e92ad909c507797d00015e95 (patch) | |
tree | b2ef8c61cd57a495e3df44422ba8462549b0928a /lib/regex | |
parent | 12000d47c1481990d11a9659733e1b604a6f7092 (diff) | |
download | mc-c96238b89583ed91e92ad909c507797d00015e95.tar.gz |
The API has changed, and we must change with it.
Diffstat (limited to 'lib/regex')
-rw-r--r-- | lib/regex/test/testmatch.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex/test/testmatch.myr b/lib/regex/test/testmatch.myr index 5730fc1..2ee7605 100644 --- a/lib/regex/test/testmatch.myr +++ b/lib/regex/test/testmatch.myr @@ -16,7 +16,7 @@ const testsearch = {pat, text, expected } const dbgmatch = {pat, text, expected - run(regex.dbgcompile(pat), pat, text, expected, false) + run(regex.dbgcompile(pat, true), pat, text, expected, false) } const run = {regex, pat, text, expected, search |