remove unnecessary deps (#17307)

* improve test coverage for isolation

* a bit better

* remove unnecessary deps
This commit is contained in:
flywind
2021-03-09 17:35:10 +08:00
committed by GitHub
parent d161d27cdd
commit 9c5223a5f5

View File

@@ -51,8 +51,6 @@ runnableExamples:
assert not flag.testAndSet
import macros
when defined(cpp) or defined(nimdoc):
# For the C++ backend, types and operations map directly to C++11 atomics.