No more expect-fail tests!

This commit is contained in:
Tom Alexander 2023-10-18 12:41:12 -04:00
parent e111b8b9b8
commit 269e23c1b1
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 2 additions and 4 deletions

View File

@ -66,8 +66,6 @@ fn write_test(test_file: &mut File, test: &walkdir::DirEntry) {
}
#[cfg(feature = "compare")]
fn is_expect_fail(name: &str) -> Option<&str> {
match name {
_ => None,
}
fn is_expect_fail(_name: &str) -> Option<&str> {
None
}