all: use new testing features of Go 1.14 and 1.15

This simplifies the tests a bit.
This commit is contained in:
Ayke van Laethem
2021-08-15 16:03:17 +02:00
committed by Ron Evans
parent 25c7bfd404
commit 59d53182bb
7 changed files with 10 additions and 39 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ func TestLog(t *testing.T) {
t.Parallel()
wasmTmpDir, server, cleanup := startServer(t)
defer cleanup()
wasmTmpDir, server := startServer(t)
err := run("tinygo build -o " + wasmTmpDir + "/log.wasm -target wasm testdata/log.go")
if err != nil {