mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
main: add error tests for the compiler
The compiler can in fact return errors, but these weren't tested yet.
This commit is contained in:
committed by
Ron Evans
parent
a5f78a3900
commit
f4ce11ef37
@@ -17,6 +17,7 @@ import (
|
||||
func TestErrors(t *testing.T) {
|
||||
for _, name := range []string{
|
||||
"cgo",
|
||||
"compiler",
|
||||
"interp",
|
||||
"loader-importcycle",
|
||||
"loader-invaliddep",
|
||||
|
||||
Reference in New Issue
Block a user