diff --git a/src/qtshit/test.zig b/src/qtshit/test.zig index 4d38ed4..ea648ca 100644 --- a/src/qtshit/test.zig +++ b/src/qtshit/test.zig @@ -76,7 +76,8 @@ test "read/write bytearray" { for (arr.items) |item, index| { try std.io.getStdErr().writer().print("{d} vs {d} \n", .{ item, val.items[index] }); try std.testing.expect(item == val.items[index]); - }} + } +} test "read/write stringlist" { var byteList = std.ArrayList(u8).init(global_allocator); @@ -128,4 +129,4 @@ test "read/write int variant" { var val = try read.get_variant(fBS.reader(), global_allocator); try expect(val.int == 1312); -} \ No newline at end of file +}