mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 18:11:44 +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:
@@ -45,6 +45,9 @@ jkl"""
|
||||
|
||||
import tables, strutils
|
||||
|
||||
when defined(nimPreviewSlimSystem):
|
||||
import std/assertions
|
||||
|
||||
type
|
||||
Item* = object ## An Item in the list of differences.
|
||||
startA*: int ## Start Line number in Data A.
|
||||
|
||||
Reference in New Issue
Block a user