mirror of
https://github.com/ziglang/zig.git
synced 2025-02-11 07:00:16 +00:00
compiler-rt: Add missing import of test for comparesf2
This commit is contained in:
parent
01168e1577
commit
733c547a65
@ -116,3 +116,7 @@ pub extern fn __nesf2(a: fp_t, b: fp_t) c_int {
|
||||
pub extern fn __gtsf2(a: fp_t, b: fp_t) c_int {
|
||||
return __gesf2(a, b);
|
||||
}
|
||||
|
||||
test "import comparesf2" {
|
||||
_ = @import("comparesf2_test.zig");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user