We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f987b9c commit e9b0287Copy full SHA for e9b0287
internal/report/source_test.go
@@ -47,7 +47,7 @@ func TestWebList(t *testing.T) {
47
}
48
output := buf.String()
49
50
- for _, expect := range []string{"func busyLoop", "callq.*mapassign"} {
+ for _, expect := range []string{"func busyLoop", "call.*mapassign"} {
51
if match, _ := regexp.MatchString(expect, output); !match {
52
t.Errorf("weblist output does not contain '%s':\n%s", expect, output)
53
0 commit comments