summaryrefslogtreecommitdiff
path: root/vtab.zig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vtab.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtab.zig b/vtab.zig
index 8f21cc1..eaefb9c 100644
--- a/vtab.zig
+++ b/vtab.zig
@@ -1026,7 +1026,7 @@ const TestVirtualTable = struct {
1026 "Vincent", "José", "Michel", 1026 "Vincent", "José", "Michel",
1027 }; 1027 };
1028 1028
1029 var rand = std.rand.DefaultPrng.init(204882485); 1029 var rand = std.Random.DefaultPrng.init(204882485);
1030 1030
1031 const tmp = try allocator.alloc(Row, n); 1031 const tmp = try allocator.alloc(Row, n);
1032 for (tmp) |*s| { 1032 for (tmp) |*s| {