mirror of
https://github.com/sbrow/zomq.git
synced 2026-08-26 10:53:32 -04:00
feat(zmq): Simplified bindings.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#+test
|
||||
|
||||
package zmq
|
||||
|
||||
import "core:testing"
|
||||
|
||||
@(test)
|
||||
test_error_type :: proc(t: ^testing.T) {
|
||||
e: Error = .EFSM
|
||||
|
||||
testing.expect_value(t, size_of(e), 8)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user