re-enable "signed zeros are represented properly" beahvior tests for f80 and c_longdouble

This commit is contained in:
Meghan 2022-12-12 03:01:11 -08:00 committed by Veikka Tuominen
parent 8691fde0f6
commit 3318611618

View File

@ -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 {