Skip to content

Commit ef62fa8

Browse files
ashanbrownldez
authored andcommitted
Fix mismatch
1 parent 761391c commit ef62fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testdata/forbidigo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package testdata
55
import "fmt"
66

77
func Forbidigo() {
8-
fmt.Printf("too noisy!!!") // ERROR "use of `fmt.Printf` forbidden by pattern `fmt\\.Print.*`"
8+
fmt.Printf("too noisy!!!") // ERROR "use of `fmt\\.Printf` forbidden by pattern `fmt\\\\.Print\\.\\*`"
99
}

0 commit comments

Comments
 (0)