diff options
Diffstat (limited to 'trust/test-parser.c')
-rw-r--r-- | trust/test-parser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/trust/test-parser.c b/trust/test-parser.c index 201ed81..b5c2525 100644 --- a/trust/test-parser.c +++ b/trust/test-parser.c @@ -247,7 +247,6 @@ test_parse_openssl_trusted (void) assert_ptr_not_null (object); test_check_attrs (expected[i], object); - test_check_id (cert, object); } } @@ -329,7 +328,6 @@ test_parse_openssl_distrusted (void) assert_ptr_not_null (object); test_check_attrs (expected[i], object); - test_check_id (cert, object); } } |