tests/regex: Actually check for match options changes

This commit is contained in:
Marco Trevisan (Treviño) 2022-09-06 21:44:12 +02:00
parent 23c1b401d8
commit d4966911e6

View File

@ -105,7 +105,7 @@ test_new (gconstpointer d)
data = g_new0 (TestNewData, 1); \
data->pattern = _pattern; \
data->compile_opts = _compile_opts; \
data->match_opts = 0; \
data->match_opts = _match_opts; \
data->expected_error = 0; \
data->check_flags = TRUE; \
data->real_compile_opts = _real_compile_opts; \