mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
GSettings: enum/choices/aliases/range test cases
Fix a small bug that one of the tests uncovered.
This commit is contained in:
@@ -304,5 +304,5 @@ strinfo_builder_contains (GString *builder,
|
||||
return strinfo_find_string ((const guint32 *) builder->str,
|
||||
builder->len / 4, string, FALSE) != -1 ||
|
||||
strinfo_find_string ((const guint32 *) builder->str,
|
||||
builder->len / 4, string, FALSE) != -1;
|
||||
builder->len / 4, string, TRUE) != -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user