mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
ada11090a2
tests/testing/recurse has two directories with tests; "make smoketest" now does "tinygo test ./..." in that directory and fails if it does not run both directories' tests.
7 lines
62 B
Go
7 lines
62 B
Go
package top
|
|
|
|
import "testing"
|
|
|
|
func TestTop(t *testing.T) {
|
|
}
|