Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Jul 18, 2024
1 parent 72d3ac5 commit 81763ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_brssl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ suite "x509":
var x509: X509MinimalContext

x509MinimalInit(x509, nil, nil, 0)
x509NoanchorInit(xwc, addr x509.vtable)
x509NoanchorInit(xwc, X509ClassPointerConst(addr x509.vtable))

0 comments on commit 81763ca

Please sign in to comment.