aboutsummaryrefslogtreecommitdiffstats
path: root/tool/znk.zig
diff options
context:
space:
mode:
Diffstat (limited to 'tool/znk.zig')
-rw-r--r--tool/znk.zig2
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
503test { 503test "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);