mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
main (test): add tests to tinygo test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package fail_test
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestFail(t *testing.T) {
|
||||
t.Error("fail")
|
||||
}
|
||||
Reference in New Issue
Block a user