Skip to content

Commit

Permalink
cfg-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed May 6, 2024
1 parent 1e49a20 commit e5eeee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcrate/tests/misc.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// makes configuration easier
#![allow(unused_macros)]

use compiler_builtins::float::Float;
use testcrate::*;

/// Make sure that the the edge case tester and randomized tester don't break, and list examples of
Expand Down Expand Up @@ -138,6 +137,7 @@ macro_rules! pow {
#[test]
fn float_pow() {
use compiler_builtins::float::pow::{__powidf2, __powisf2};
use compiler_builtins::float::Float;

pow!(
f32, 1e-4, __powisf2;
Expand Down

0 comments on commit e5eeee4

Please sign in to comment.