From 0b1650576c6102ce85b4b2c0788b3a5b77154e43 Mon Sep 17 00:00:00 2001 From: metagn Date: Sat, 1 Oct 2022 23:35:09 +0300 Subject: move widestrs out of system (#20462) * move widestrs out of system * fix osproc --- tests/js/tstdlib_imports.nim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/js/tstdlib_imports.nim') diff --git a/tests/js/tstdlib_imports.nim b/tests/js/tstdlib_imports.nim index 30aca7561..ed01ff6a4 100644 --- a/tests/js/tstdlib_imports.nim +++ b/tests/js/tstdlib_imports.nim @@ -4,6 +4,11 @@ discard """ {.warning[UnusedImport]: off.} +when defined(nimPreviewSlimSystem): + import std/[ + syncio, assertions, formatfloat, objectdollar, widestrs + ] + import std/[ # Core: bitops, typetraits, lenientops, macros, volatile, typeinfo, -- cgit 1.4.1-2-gfad0