Skip to content

Commit 454f3de

Browse files
committed
.
1 parent 30be26f commit 454f3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv/tests/it/build_backend.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ fn build_module_name_normalization() -> Result<()> {
509509

510510
// Error case 2: Multiple modules a matching name.
511511
// Requires a case-sensitive filesystem.
512-
#[cfg(linux)]
512+
#[cfg(target_os = "linux")]
513513
{
514514
context
515515
.temp_dir

0 commit comments

Comments
 (0)