mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.zon.parse: Fix typo in test "std.zon parse bool"
Replace "Correct floats" with "Correct bools".
This commit is contained in:
parent
4fc783670a
commit
f4e3631655
@ -2380,7 +2380,7 @@ test "std.zon enum literals" {
|
||||
test "std.zon parse bool" {
|
||||
const gpa = std.testing.allocator;
|
||||
|
||||
// Correct floats
|
||||
// Correct bools
|
||||
try std.testing.expectEqual(true, try fromSlice(bool, gpa, "true", null, .{}));
|
||||
try std.testing.expectEqual(false, try fromSlice(bool, gpa, "false", null, .{}));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user