diff options
| author | Tyge Løvset <[email protected]> | 2022-02-05 23:21:51 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-02-05 23:21:51 +0100 |
| commit | 29409b257d9144010bd608afc19f66ee2fbaa337 (patch) | |
| tree | 229c17af426a76d6fc7d773a9ac8c98ef7352405 /tests | |
| parent | 53de8174dd788db62c219477e9cca0ee3ce757cb (diff) | |
| download | STC-modified-29409b257d9144010bd608afc19f66ee2fbaa337.tar.gz STC-modified-29409b257d9144010bd608afc19f66ee2fbaa337.zip | |
Switched to heavily modified version of Rob Pike's plan9 regexp9. -> now renamed to cregex, with new API.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/cregex_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdio.h> #include <stdlib.h> #include <assert.h> @@ -368,3 +369,4 @@ int main() compile_match_or(); printf("All tests succesful.\n"); } +#endif
\ No newline at end of file |
