From 13cdfb32f85b8a8560889b692e7965c483dc7007 Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 26 Nov 2021 17:40:07 +0100 Subject: [PATCH] Remove outdated comment --- tests/tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests.rs b/tests/tests.rs index 52079a3..90c0f9c 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -1924,7 +1924,6 @@ fn test_error_if_hidden_not_set_and_pattern_starts_with_dot() { te.assert_output(&[".gitignore"], ""); } -/// Show "./" prefix in results if a search path is provided #[test] fn test_no_strip() { let te = TestEnv::new(DEFAULT_DIRS, DEFAULT_FILES);