mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
tests/regex: Actually check for match options changes
This commit is contained in:
parent
23c1b401d8
commit
d4966911e6
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user