From 29409b257d9144010bd608afc19f66ee2fbaa337 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sat, 5 Feb 2022 23:21:51 +0100 Subject: Switched to heavily modified version of Rob Pike's plan9 regexp9. -> now renamed to cregex, with new API. --- tests/cregex_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/cregex_test.c b/tests/cregex_test.c index a9549f96..03b3d7ea 100644 --- a/tests/cregex_test.c +++ b/tests/cregex_test.c @@ -1,3 +1,4 @@ +#if 0 #include #include #include @@ -368,3 +369,4 @@ int main() compile_match_or(); printf("All tests succesful.\n"); } +#endif \ No newline at end of file -- cgit v1.2.3