fengb / zCord

Zig ⚡ Discord API with zero allocations in the critical path
MIT License
55 stars 12 forks source link

Reflect that std.testing.expectXXX can fail. #5

Closed sundbp closed 3 years ago

sundbp commented 3 years ago

Recent changes in zig master makes it possible for std.testing.exectXXX to return errors. These changes takes this into account.

(I've made a similar PR iguanaTLS as well which is needed for zig build test to pass)

fengb commented 3 years ago

Thanks a bunch!