fix for windows

This commit is contained in:
2025-01-14 12:51:51 +01:00
committed by T.v.Dein
parent 16c5053752
commit 53cf1e2ebe
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",
})