From 10c9ebad9303d9c4be393da913f4e12650783539 Mon Sep 17 00:00:00 2001 From: Miran Date: Thu, 3 Apr 2025 17:43:27 +0200 Subject: [PATCH] test `stint` more thoroughly (#24832) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 5233ec7f4d..b0ef47f9bf 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -155,7 +155,7 @@ pkg "smtp", "nimble compileExample" pkg "snip", "nimble test", "https://github.com/genotrance/snip" pkg "ssostrings", "nim c -r tests/tssostrings.nim" pkg "stew" -pkg "stint", "nim c stint.nim" +pkg "stint", "nimble test_internal" pkg "strslice" pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim" pkg "supersnappy"