Skip to content

Commit be1d7b9

Browse files
authored
enable tests for floor and scalbn
1 parent bd32faf commit be1d7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-generator/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ f64_f64! {
614614
// exp,
615615
// exp2,
616616
// expm1,
617-
// floor,
617+
floor,
618618
// log,
619619
// log10,
620620
// log1p,
@@ -645,5 +645,5 @@ f64f64f64_f64! {
645645

646646
// With signature `fn(f64, i32) -> f64`
647647
f64i32_f64! {
648-
// scalbn,
648+
scalbn,
649649
}

0 commit comments

Comments
 (0)