Skip to content

Commit 881394c

Browse files
committed
update
1 parent 30c2b6d commit 881394c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcrate/tests/div_rem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ fn float_div() {
145145
float!(
146146
f32, __divsf3;
147147
f64, __divdf3;
148-
f128, __dvtf3;
148+
f128, __divtf3;
149149
);
150150
}
151151

0 commit comments

Comments
 (0)