mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
main (test): add tests to tinygo test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package pass_test
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestPass(t *testing.T) {
|
||||
// This test passes.
|
||||
}
|
||||
Reference in New Issue
Block a user