diff options
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/znk.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/znk.zig b/tool/znk.zig index 6097a09..24a8ca4 100644 --- a/tool/znk.zig +++ b/tool/znk.zig | |||
| @@ -500,7 +500,7 @@ pub fn readKeyFile(allocator: *Allocator, file: fs.File) ?Nkey { | |||
| 500 | return null; | 500 | return null; |
| 501 | } | 501 | } |
| 502 | 502 | ||
| 503 | test { | 503 | test "reference all declarations" { |
| 504 | testing.refAllDecls(@This()); | 504 | testing.refAllDecls(@This()); |
| 505 | testing.refAllDecls(Nkey); | 505 | testing.refAllDecls(Nkey); |
| 506 | testing.refAllDecls(PrefixKeyGenerator); | 506 | testing.refAllDecls(PrefixKeyGenerator); |