We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0666 commit 295ec93Copy full SHA for 295ec93
tests/testutil.go
@@ -97,7 +97,7 @@ func tSkipf(L *lua.LState) int {
97
98
func tTempDir(L *lua.LState) int {
99
t := checkT(L, 1)
100
- // TODO(scr): WHen the minimal version supported has this on the *testing.T object, remove this shim
+ // TODO(scr): When the minimal version supported has this on the *testing.T object, remove this shim
101
//L.Push(lua.LString(t.TempDir()))
102
tempDir := os.TempDir()
103
t.Cleanup(func() {
0 commit comments