revert #20719; relieve std/assertions of the sysFatal dep (#20743)

* Revert "make `system/fatal` importable (#20718)"

This reverts commit d735c447d3.

* relieve `std/assertions` of the sysFatal dep
This commit is contained in:
ringabout
2022-11-04 16:53:19 +08:00
committed by GitHub
parent 8fb172c7a6
commit 12a20b9fb6
5 changed files with 27 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ tassert_c.nim(35) tassert_c
tassert_c.nim(34) foo
assertions.nim(*) failedAssertImpl
assertions.nim(*) raiseAssert
fatal.nim(*) sysFatal"""
"""
proc tmatch(x, p: string): bool =
var i = 0