From 3b7b85e676a512db34637d48a33840852206c722 Mon Sep 17 00:00:00 2001 From: Yuki Osaki Date: Fri, 13 Aug 2021 21:54:27 +0900 Subject: [PATCH] add $ at the end of test --- .../go/testdata/script/build_relative_import_not_supported.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/go/testdata/script/build_relative_import_not_supported.txt b/src/cmd/go/testdata/script/build_relative_import_not_supported.txt index 729d6fe553e..2e85b53ed3d 100644 --- a/src/cmd/go/testdata/script/build_relative_import_not_supported.txt +++ b/src/cmd/go/testdata/script/build_relative_import_not_supported.txt @@ -1,5 +1,5 @@ ! go build -stderr 'main.go:4:2: local import "./foo" not supported in module mode' +stderr 'main.go:4:2: local import "./foo" not supported in module mode$' -- foo/foo.go -- package foo