diff options
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r-- | tests/integration/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index 9253cae32..30cc9a791 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -10,8 +10,6 @@ mod bench; mod bundle; #[path = "cache_tests.rs"] mod cache; -#[path = "cert_tests.rs"] -mod cert; #[path = "check_tests.rs"] mod check; #[path = "compile_tests.rs"] |