mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
Fix some tests broken by the renamed files
This commit is contained in:
parent
5fbc1c2812
commit
861724bcf0
@ -6,7 +6,7 @@ const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const is_test = builtin.is_test;
|
||||
|
||||
const comparedf2 = @import("comparedf2.zig");
|
||||
const comparedf2 = @import("compareXf2.zig");
|
||||
|
||||
const TestVector = struct {
|
||||
a: f64,
|
||||
|
||||
@ -6,7 +6,7 @@ const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const is_test = builtin.is_test;
|
||||
|
||||
const comparesf2 = @import("comparesf2.zig");
|
||||
const comparesf2 = @import("compareXf2.zig");
|
||||
|
||||
const TestVector = struct {
|
||||
a: f32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user