| ... | ... | @@ -1,5 +1,4 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | | const builtin = @import("builtin"); |
| 3 | 2 | const testing = std.testing; |
| 4 | 3 | const math = std.math; |
| 5 | 4 | |
| ... | ... | @@ -811,8 +810,6 @@ test "conversion to f32" { |
| 811 | 810 | } |
| 812 | 811 | |
| 813 | 812 | test "conversion to f80" { |
| 814 | | if (builtin.zig_backend == .stage1 and builtin.cpu.arch != .x86_64) |
| 815 | | return error.SkipZigTest; // https://github.com/ziglang/zig/issues/11408 |
| 816 | 813 | if (std.debug.runtime_safety) return error.SkipZigTest; |
| 817 | 814 | |
| 818 | 815 | const intToFloat = @import("./int_to_float.zig").intToFloat; |