Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit dd17777

Browse files
committed
Fix typo
1 parent 82a5c69 commit dd17777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libm-test/tests/system_libm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Compare the results of the `libm` implementation against the system's libm.
22
#![cfg(test)]
3-
//#![cfg(feature = "system_libm")]
3+
#![cfg(feature = "system_libm")]
44

55
use libm_test::{adjust_input, Call, WithinUlps};
66

0 commit comments

Comments
 (0)