mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
libzigc: test and fix acos
This commit is contained in:
parent
c857fce05b
commit
e6ac1b77f0
4 changed files with 3 additions and 22 deletions
|
|
@ -138,7 +138,7 @@ pub fn addCases(cases: *tests.LibcContext) void {
|
|||
cases.addLibcTestCase("regression/wcsncpy-read-overflow.c", true, .{});
|
||||
cases.addLibcTestCase("regression/wcsstr-false-negative.c", true, .{});
|
||||
|
||||
// cases.addLibcTestCase("math/acos.c", true, .{});
|
||||
cases.addLibcTestCase("math/acos.c", true, .{});
|
||||
// cases.addLibcTestCase("math/acosf.c", true, .{});
|
||||
// cases.addLibcTestCase("math/acosh.c", true, .{});
|
||||
cases.addLibcTestCase("math/acoshf.c", true, .{});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue