main: add interp tests

This one needed more advanced checking of the error messages, because we
don't want to hardcode things like `!dbg !10` in the output.
This commit is contained in:
Ayke van Laethem
2024-07-12 14:32:50 +02:00
committed by Ron Evans
parent e409950492
commit a5f78a3900
3 changed files with 36 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ import (
func TestErrors(t *testing.T) {
for _, name := range []string{
"cgo",
"interp",
"loader-importcycle",
"loader-invaliddep",
"loader-invalidpackage",