]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: don't set GO15VENDOREXPERIMENT in TestSymlinksVendor
authorMohit Agarwal <mohit@sdf.org>
Fri, 19 Feb 2016 14:05:46 +0000 (19:35 +0530)
committerIan Lance Taylor <iant@golang.org>
Fri, 19 Feb 2016 15:54:12 +0000 (15:54 +0000)
Change-Id: I14947b64bdafd975bf3915eceb07f98897304a85
Reviewed-on: https://go-review.googlesource.com/19708
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/go/go_test.go

index 7d3891517648e5f102feae95743c3f9888e44fcf..ae426088ea1cc1ae5e1d177cb907723fb664cde4 100644 (file)
@@ -1726,7 +1726,6 @@ func TestSymlinksVendor(t *testing.T) {
 
        tg := testgo(t)
        defer tg.cleanup()
-       tg.setenv("GO15VENDOREXPERIMENT", "1")
        tg.tempDir("gopath/src/dir1/vendor/v")
        tg.tempFile("gopath/src/dir1/p.go", "package main\nimport _ `v`\nfunc main(){}")
        tg.tempFile("gopath/src/dir1/vendor/v/v.go", "package v")