Skip to content

Commit 38263c3

Browse files
committed
chore: update tests
1 parent 7b04e9c commit 38263c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/govet/testdata/govet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ func GovetPrintf() {
3939

4040
func GovetStringIntConv() {
4141
i := 42
42-
fmt.Println("i = " + string(i)) // want "stringintconv: conversion from int to string yields a string of one rune, not a string of digits \\(did you mean fmt.Sprint\\(x\\)\\?\\)"
42+
fmt.Println("i = " + string(i)) // want "stringintconv: conversion from int to string yields a string of one rune, not a string of digits"
4343
}

0 commit comments

Comments
 (0)