diff options
Diffstat (limited to 'vtab.zig')
| -rw-r--r-- | vtab.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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| { |