diff options
| author | r00ster91 <r00ster91@proton.me> | 2022-10-05 21:17:06 +0200 |
|---|---|---|
| committer | r00ster91 <r00ster91@proton.me> | 2022-10-05 21:33:42 +0200 |
| commit | 8e2aaf6aed5213736f6cbbb374098e2394f19429 (patch) | |
| tree | e7385e628e35a662f2e5595ddd5aa32b66d08168 /test/behavior/align.zig | |
| parent | 51d9db856978610c24b3fed50a9550455a2eb64b (diff) | |
| download | zig-8e2aaf6aed5213736f6cbbb374098e2394f19429.tar.gz zig-8e2aaf6aed5213736f6cbbb374098e2394f19429.zip | |
fix(text): hyphenate "runtime" adjectives
Diffstat (limited to 'test/behavior/align.zig')
| -rw-r--r-- | test/behavior/align.zig | 2 |
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 |
