aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/align.zig
diff options
context:
space:
mode:
authorr00ster91 <r00ster91@proton.me>2022-10-05 21:17:06 +0200
committerr00ster91 <r00ster91@proton.me>2022-10-05 21:33:42 +0200
commit8e2aaf6aed5213736f6cbbb374098e2394f19429 (patch)
treee7385e628e35a662f2e5595ddd5aa32b66d08168 /test/behavior/align.zig
parent51d9db856978610c24b3fed50a9550455a2eb64b (diff)
downloadzig-8e2aaf6aed5213736f6cbbb374098e2394f19429.tar.gz
zig-8e2aaf6aed5213736f6cbbb374098e2394f19429.zip
fix(text): hyphenate "runtime" adjectives
Diffstat (limited to 'test/behavior/align.zig')
-rw-r--r--test/behavior/align.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/behavior/align.zig b/test/behavior/align.zig
index 5270aa9692..a131cc8df7 100644
--- a/test/behavior/align.zig
+++ b/test/behavior/align.zig
@@ -400,7 +400,7 @@ test "function callconv expression depends on generic parameter" {
comptime try S.doTheTest();
}
-test "runtime known array index has best alignment possible" {
+test "runtime-known array index has best alignment possible" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
// take full advantage of over-alignment