diff options
Diffstat (limited to 'executor/test.h')
| -rw-r--r-- | executor/test.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/executor/test.h b/executor/test.h index e6fabf63f..1ca3c6f26 100644 --- a/executor/test.h +++ b/executor/test.h @@ -269,13 +269,6 @@ static int test_cover_filter() ret = 1; } } - - filter.Remove(105); - if (filter.Contains(104) || filter.Contains(105) || filter.Contains(111)) - printf("filter contains 105 after removal\n"); - if (!filter.Contains(103)) - printf("filter doesn't contains 103 after 105 removal\n"); - return ret; } |
