mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
loader: report all type and syntax errors possible
Previously the loader would only report the first error. With this change, all syntax and type errors will be reported.
This commit is contained in:
@@ -17,6 +17,7 @@ import (
|
||||
func TestErrors(t *testing.T) {
|
||||
for _, name := range []string{
|
||||
"cgo",
|
||||
"multi",
|
||||
"loader-importcycle",
|
||||
"loader-invaliddep",
|
||||
"loader-invalidpackage",
|
||||
|
||||
Reference in New Issue
Block a user