aboutsummaryrefslogtreecommitdiffstats
path: root/tool/znk.zig
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2021-05-25 20:39:45 +0200
committerLibravatar Rutger Broekhoff2021-05-25 20:39:45 +0200
commitf78b029e55db9bce054d7b7cb7e290f2a4ade964 (patch)
treef18b6fb7517423dca1b644028dbe56b1bdacf1ec /tool/znk.zig
parent11a48061b0f52d36e0919a6d9a6d90d251141eb2 (diff)
downloadzig-nkeys-f78b029e55db9bce054d7b7cb7e290f2a4ade964.tar.gz
zig-nkeys-f78b029e55db9bce054d7b7cb7e290f2a4ade964.zip
Give all tests names
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);