diff options
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index 7e49cd1d88..f82e6eef4b 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -999,7 +999,7 @@ test "generic function uses return type of other generic function" { try std.testing.expect(S.call(S.func, .{@as(u8, 1)}) == 1); } -test "const alloc with comptime known initializer is made comptime known" { +test "const alloc with comptime-known initializer is made comptime-known" { const S = struct { a: bool, b: [2]u8, |
