diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-05-01 09:43:15 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-05-01 09:43:15 +0200 |
commit | 031a61b81318d9df626b2a332713eb1effa997a1 (patch) | |
tree | 085e531ee4e07594d904106413989fa5fdf14be8 /test/testc.c | |
parent | 5587db012cd0e8f69f811e8959a861112904136a (diff) | |
parent | 38848ee931202f14ff21b07de1033e6fcd17f079 (diff) |
Merge branch 'release/6.8.1-1'6.8.1-1
Diffstat (limited to 'test/testc.c')
-rw-r--r-- | test/testc.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/testc.c b/test/testc.c index 1a60c8a..e37665a 100644 --- a/test/testc.c +++ b/test/testc.c @@ -2,9 +2,6 @@ * This program was generated by testconv.rb. */ #include "config.h" -#ifdef ONIG_ESCAPE_UCHAR_COLLISION -#undef ONIG_ESCAPE_UCHAR_COLLISION -#endif #include <stdio.h> #ifdef POSIX_TEST @@ -690,12 +687,6 @@ extern int main(int argc, char* argv[]) x2("^\\X$", "\x0d\x0a", 0, 2); x2("^\\X\\X\\X$", "ab\x0d\x0a", 0, 4); - /* - < ifndef IGNORE_EUC_JP > - for testcases print warnings #63 - warning: illegal character encoding in string literal [-Winvalid-source-encoding] - */ -#ifndef IGNORE_EUC_JP x2("", "¤¢", 0, 0); x2("¤¢", "¤¢", 0, 2); n("¤¤", "¤¢"); @@ -977,8 +968,6 @@ extern int main(int argc, char* argv[]) n("\\P{Hiragana}", "¤Ô"); #endif -#endif /* IGNORE_EUC_JP */ - fprintf(stdout, "\nRESULT SUCC: %d, FAIL: %d, ERROR: %d (by Oniguruma %s)\n", nsucc, nfail, nerror, onig_version()); |