mirror of
https://github.com/logos-storage/nim-bearssl.git
synced 2026-01-06 23:43:11 +00:00
Missed actual fix.
This commit is contained in:
parent
2dd31d892a
commit
62414b0bdd
@ -8,3 +8,5 @@
|
||||
## those terms.
|
||||
import bearssl/[decls, errors]
|
||||
export decls, errors
|
||||
|
||||
when defined(nimHasUsed): {.used.}
|
||||
|
||||
@ -7,7 +7,5 @@
|
||||
import unittest
|
||||
import bearssl
|
||||
|
||||
when defined(nimHasUsed): {.used.}
|
||||
|
||||
test "dummy":
|
||||
check true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user