We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87a100 commit 268cb0bCopy full SHA for 268cb0b
go/ssa/interp/interp_test.go
@@ -286,6 +286,7 @@ func TestTypeparamTest(t *testing.T) {
286
"stringer.go": "unknown reason",
287
"issue48317.go": "interp tests do not support encoding/json",
288
"issue48318.go": "interp tests do not support encoding/json",
289
+ "issue58513.go": "interp tests do not support runtime.Caller",
290
}
291
// Collect all of the .go files in dir that are runnable.
292
dir := filepath.Join(build.Default.GOROOT, "test", "typeparam")
0 commit comments