| author | |
| committer | |
| log | 861724bcf045327204a32b0e97517c0004122434 |
| tree | aad884bcf7d33e1ee23c222559b96510898d5482 |
| parent | 5fbc1c28121c1030de5ba8ca106a3dd8516cfd87 |
2 files changed, 2 insertions(+), 2 deletions(-)
lib/std/special/compiler_rt/comparedf2_test.zig+1-1| ... | ... | @@ -6,7 +6,7 @@ const std = @import("std"); |
| 6 | 6 | const builtin = @import("builtin"); |
| 7 | 7 | const is_test = builtin.is_test; |
| 8 | 8 | |
| 9 | const comparedf2 = @import("comparedf2.zig"); | |
| 9 | const comparedf2 = @import("compareXf2.zig"); | |
| 10 | 10 | |
| 11 | 11 | const TestVector = struct { |
| 12 | 12 | a: f64, |
lib/std/special/compiler_rt/comparesf2_test.zig+1-1| ... | ... | @@ -6,7 +6,7 @@ const std = @import("std"); |
| 6 | 6 | const builtin = @import("builtin"); |
| 7 | 7 | const is_test = builtin.is_test; |
| 8 | 8 | |
| 9 | const comparesf2 = @import("comparesf2.zig"); | |
| 9 | const comparesf2 = @import("compareXf2.zig"); | |
| 10 | 10 | |
| 11 | 11 | const TestVector = struct { |
| 12 | 12 | a: f32, |