mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue