mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
re-enable "signed zeros are represented properly" beahvior tests for f80 and c_longdouble
This commit is contained in:
parent
8691fde0f6
commit
3318611618
@ -1440,11 +1440,9 @@ test "signed zeros are represented properly" {
|
||||
try testOne(f16);
|
||||
try testOne(f32);
|
||||
try testOne(f64);
|
||||
// TODO enable this
|
||||
//try testOne(f80);
|
||||
try testOne(f80);
|
||||
try testOne(f128);
|
||||
// TODO enable this
|
||||
//try testOne(c_longdouble);
|
||||
try testOne(c_longdouble);
|
||||
}
|
||||
|
||||
fn testOne(comptime T: type) !void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user