aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
diff options
context:
space:
mode:
authorr00ster91 <r00ster91@proton.me>2022-10-05 20:58:23 +0200
committerr00ster91 <r00ster91@proton.me>2022-10-05 21:19:30 +0200
commit51d9db856978610c24b3fed50a9550455a2eb64b (patch)
tree90c73872df36318779a8e23682d2d7b774ad5e19 /test/behavior/basic.zig
parent654e0b6679f3436bacbf685223d6ab68f707a62f (diff)
downloadzig-51d9db856978610c24b3fed50a9550455a2eb64b.tar.gz
zig-51d9db856978610c24b3fed50a9550455a2eb64b.zip
fix(text): hyphenate "comptime" adjectives
Diffstat (limited to 'test/behavior/basic.zig')
-rw-r--r--test/behavior/basic.zig2
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,