Skip to content

Commit 3b7b85e

Browse files
committed
add $ at the end of test
1 parent e259b56 commit 3b7b85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/testdata/script/build_relative_import_not_supported.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! go build
2-
stderr 'main.go:4:2: local import "./foo" not supported in module mode'
2+
stderr 'main.go:4:2: local import "./foo" not supported in module mode$'
33

44
-- foo/foo.go --
55
package foo

0 commit comments

Comments
 (0)