diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-14 12:06:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 12:06:05 +0800 |
commit | 2e8c016799def0379c6f5571b5138fc062cc2f1a (patch) | |
tree | d79b0af2e60ae646c05e5f056f07ce604b6cb3bb | |
parent | 7c85b500df69cf5c5856549dafe59d7b619e8b26 (diff) | |
download | Nim-2e8c016799def0379c6f5571b5138fc062cc2f1a.tar.gz |
disable tlsEmulation for ic tests (#20345)
-rw-r--r-- | tests/ic/config.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ic/config.nims b/tests/ic/config.nims index 76b29a6aa..baed0ccd5 100644 --- a/tests/ic/config.nims +++ b/tests/ic/config.nims @@ -1,2 +1,2 @@ when defined(windows): - --threads:off + --tlsEmulation:off |