Fix test from last commit

This commit is contained in:
Thomas Guyot-Sionnest 2009-01-09 08:16:52 -05:00
parent 4d5eb82a47
commit f8c6d8b52e

View file

@ -29,7 +29,7 @@ main (int argc, char **argv)
thresholds *thresholds = NULL;
int rc;
plan_tests(82);
plan_tests(81);
range = parse_range_string("6");
ok( range != NULL, "'6' is valid range");