From 018e63b46c49e2431fd59cdb41ef8f9189eb8ac4 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) (cherry picked from commit 10c9ebad9303d9c4be393da913f4e12650783539) --- 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 25bc27e1d1..2846071a8d 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"