Skip to content

Commit

Permalink
Merge pull request #25 from xushiwei/q
Browse files Browse the repository at this point in the history
x
  • Loading branch information
xushiwei committed Oct 7, 2023
2 parents f53b381 + ad37dbb commit 9497b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modfile/gop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class .spx sprite
doTestParseErr(t, `gop.mod:2: unknown directive: unknown`, `
unknown .spx
`)
doTestParseErr(t, `gop.mod:2: invalid go version '1.x': must match format 1.23`, `
doTestParseErr(t, `gop.mod:2: invalid go version '1.x': must match format 1.23.0`, `
go 1.x
`)
}
Expand Down

0 comments on commit 9497b95

Please sign in to comment.