Skip to content

Commit c1bf33d

Browse files
committed
lslocks: add missing #[cfg(target_os = "linux")]
1 parent ee4408e commit c1bf33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/by-util/test_lslocks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
55

6+
#[cfg(target_os = "linux")]
67
use crate::common::util::TestScenario;
78

89
#[test]

0 commit comments

Comments
 (0)