lslocks: add missing #[cfg(target_os = "linux")]

This commit is contained in:
Daniel Hofstetter
2025-03-21 14:22:40 +01:00
parent ee4408ea10
commit c1bf33d9b6

View File

@@ -3,6 +3,7 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
#[cfg(target_os = "linux")]
use crate::common::util::TestScenario;
#[test]