fix for windows

This commit is contained in:
2025-01-14 12:51:51 +01:00
parent ab215156ac
commit a282e347ec
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ func TestMain(m *testing.M) {
}))
}
func TestRpn(t *testing.T) {
func TestTablizer(t *testing.T) {
testscript.Run(t, testscript.Params{
Dir: "t",
})