Skip to content

Commit

Permalink
wit: reenable test under TinyGo
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Oct 17, 2023
1 parent 0216cc8 commit 4d854c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wit/testdata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"io/fs"
"os"
"path/filepath"
"runtime"
"strings"
"testing"

Expand Down Expand Up @@ -62,13 +61,6 @@ func loadTestdata(f func(path string, res *Resolve) error) error {
}

func TestGoldenFiles(t *testing.T) {
if runtime.Compiler == "tinygo" {
// TinyGo does not support runtime.Goexit yet
// https://github.com/tinygo-org/tinygo/blob/release/src/runtime/scheduler.go
// t.Skip("output differs on TinyGo")
return
}

p := pp.New()
p.SetExportedOnly(true)
p.SetColoringEnabled(false)
Expand Down

0 comments on commit 4d854c7

Please sign in to comment.