Skip to content

Commit e15c8b6

Browse files
committed
wit: fix typo
1 parent 29c9363 commit e15c8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit/testdata_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func TestGoldenWITFiles(t *testing.T) {
6767
}
6868

6969
var canWasmTools = sync.OnceValue[bool](func() bool {
70-
// This is explicitly NOT using exec.LookPath so itfails to run on WebAssembly.
70+
// This is explicitly NOT using exec.LookPath so it fails to run on WebAssembly.
7171
// This disables tests that require wasm-tools.
7272
err := exec.Command("wasm-tools", "--version").Run()
7373
return err == nil

0 commit comments

Comments
 (0)