summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-12-01 09:21:13 -0800
committerJohn Stebbins <[email protected]>2016-12-01 09:21:13 -0800
commit8a9f21ce98e526b776313885ca6439deada6e8ee (patch)
treebff7e3691ad570db90fac821f40e37be2a962149 /test
parentfac5e0ee11d33d812aa063a96d6af5148ac52458 (diff)
CLI: fix --no-comb-detect
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 8ef13eb6c..d5e1ea4ef 100644
--- a/test/test.c
+++ b/test/test.c
@@ -3729,7 +3729,7 @@ static hb_dict_t * PreparePreset(const char *preset_name)
}
if (comb_detect_disable)
{
- hb_dict_set(preset, "PictureCombDetectFilter", hb_value_string("off"));
+ hb_dict_set(preset, "PictureCombDetectPreset", hb_value_string("off"));
}
if (comb_detect != NULL)
{