diff options
Diffstat (limited to 'tests/stdlib/topenssl.nim')
-rw-r--r-- | tests/stdlib/topenssl.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/stdlib/topenssl.nim b/tests/stdlib/topenssl.nim index 3209437de..af259627f 100644 --- a/tests/stdlib/topenssl.nim +++ b/tests/stdlib/topenssl.nim @@ -1,3 +1,7 @@ +discard """ + matrix: "--mm:refc; --mm:orc" +""" + import std/wordwrap import openssl import std/assertions |