Skip to content

Commit 6eabfab

Browse files
author
Bryan C. Mills
committed
cmd/go: move mod_tidy.txt from testdata/mod to testdata/src
This file is clearly a script test, not a module definition, but it's in the wrong directory to be run as one. Fortunately, it passes with only minor modifications (changing “..” to “.”). Change-Id: I66a544dfde82b8348108d2596c74e174157ae297 Reviewed-on: https://go-review.googlesource.com/127615 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 16ec180 commit 6eabfab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cmd/go/testdata/mod/mod_tidy.txt renamed to src/cmd/go/testdata/script/mod_tidy.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ require (
1919
w.1 v1.2.0
2020
)
2121

22-
replace x.1 v1.0.0 => ../x
23-
replace y.1 v1.0.0 => ../y
24-
replace z.1 v1.1.0 => ../z
25-
replace z.1 v1.2.0 => ../z
26-
replace w.1 => ../w
22+
replace x.1 v1.0.0 => ./x
23+
replace y.1 v1.0.0 => ./y
24+
replace z.1 v1.1.0 => ./z
25+
replace z.1 v1.2.0 => ./z
26+
replace w.1 => ./w
2727

2828
-- m.go --
2929
package m

0 commit comments

Comments
 (0)