mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +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:
@@ -6,6 +6,7 @@ discard """
|
||||
#12928,10456
|
||||
|
||||
import std/[sequtils, algorithm, json, sugar]
|
||||
import std/assertions
|
||||
|
||||
proc test() =
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user