From: Colin Walters Date: Thu, 29 Jun 2023 06:09:51 +0000 (-0400) Subject: tests: Drop unused alias X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2^2~66^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b519c25732adfbc19b159e1d9173dd7f83f86e7;p=ostree.git tests: Drop unused alias --- diff --git a/tests/inst/src/test.rs b/tests/inst/src/test.rs index bca85977..7508db9d 100644 --- a/tests/inst/src/test.rs +++ b/tests/inst/src/test.rs @@ -17,8 +17,6 @@ use hyper::{Body, Request, Response}; use hyper_staticfile::Static; use tokio::runtime::Runtime; -pub(crate) type TestFn = fn() -> Result<()>; - /// Run command and assert that its stderr contains pat pub(crate) fn cmd_fails_with>(mut c: C, pat: &str) -> Result<()> { let c = c.borrow_mut();