Hejsil / zig-clap

Command line argument parsing library
MIT License
939 stars 67 forks source link

No longer compiles against zig master #79

Closed Lynnesbian closed 2 years ago

Lynnesbian commented 2 years ago

Due to this commit, building zig-clap now fails with the message error: empty test name must be omitted.

The culprit is this line - the fix should be to give the test a name.