Skip to content

Commit

Permalink
Make cmp test work with x64-backing-store
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlcctrlv committed Jan 2, 2023
1 parent 8ecf855 commit c9879f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cmp.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![cfg(feature = "float-cmp")]
#![cfg(not(feature = "x64-backing-store"))]

use integer_or_float::IntegerOrFloat::{self, *};
use float_cmp::{ApproxEq, F32Margin};
Expand Down

0 comments on commit c9879f8

Please sign in to comment.