From 0ad7389b6184f2009b7a03937820fa1c6673ae52 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 9 May 2024 15:28:34 +0200 Subject: [PATCH] tail: remove #[cfg(not(windows))] from const --- tests/by-util/test_tail.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/by-util/test_tail.rs b/tests/by-util/test_tail.rs index 3a12e83c2..b08a72ebf 100644 --- a/tests/by-util/test_tail.rs +++ b/tests/by-util/test_tail.rs @@ -48,7 +48,6 @@ const FOLLOW_NAME_SHORT_EXP: &str = "follow_name_short.expected"; #[allow(dead_code)] const FOLLOW_NAME_EXP: &str = "follow_name.expected"; -#[cfg(not(windows))] const DEFAULT_SLEEP_INTERVAL_MILLIS: u64 = 1000; // The binary integer "10000000" is *not* a valid UTF-8 encoding