mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 15:31:28 +00:00
make more standard libraries work with nimPreviewSlimSystem (#20343)
* make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
This commit is contained in:
@@ -3,7 +3,7 @@ discard """
|
||||
disabled: "freebsd"
|
||||
output: "42"
|
||||
"""
|
||||
|
||||
import std/assertions
|
||||
from std/threadpool import spawn, `^`, sync
|
||||
block: # bug #12005
|
||||
proc doworkok(i: int) {.thread.} = echo i
|
||||
|
||||
Reference in New Issue
Block a user