[set] remove inverted test TODO.

This commit is contained in:
Garret Rieger 2021-08-19 17:48:38 -07:00
parent c4ed582997
commit 915550ab19
1 changed files with 0 additions and 13 deletions

View File

@ -574,19 +574,6 @@ test_set_delrange (void)
hb_set_destroy (s);
}
// TODO(garretrieger): Inverted tests:
//
// Interesting cases:
// - empty inverted (ie. all numbers)
// - inverted with things removed at either extreme
// - inverted with things removed in the middle.
//
// Set operations: (for II, NN, IN, NI)
// - union
// - intersercts
// - sym diff
// - subtraction
static const unsigned max_set_elements = -1;
static void