mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
d7773d3e86
Instead of exiting with an error, handle these errors internally. This will enable a few improvements in the future.
9 lines
174 B
Go
9 lines
174 B
Go
package main
|
|
|
|
import _ "github.com/tinygo-org/tinygo/testdata/errors/invaliddep"
|
|
|
|
func main() {
|
|
}
|
|
|
|
// ERROR: invaliddep/invaliddep.go:1:1: expected 'package', found ppackage
|