From 49c435a25bce22c5bd102abb3b1129192d4e4ad4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 20 Oct 2022 07:46:38 +0200 Subject: [PATCH] ignore a word --- tests/by-util/test_hashsum.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_hashsum.rs b/tests/by-util/test_hashsum.rs index dea958bef..f30eb42ce 100644 --- a/tests/by-util/test_hashsum.rs +++ b/tests/by-util/test_hashsum.rs @@ -1,5 +1,5 @@ use crate::common::util::*; -// spell-checker:ignore checkfile, nonames, testf +// spell-checker:ignore checkfile, nonames, testf, ntestf macro_rules! get_hash( ($str:expr) => ( $str.split(' ').collect::>()[0]