From 394981c23677807fae1c3116191b1b76ba32047e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 22 Feb 2018 12:17:31 +0000 Subject: [PATCH] go_1_10: cleanup remove-test-pie.patch --- .../development/compilers/go/remove-test-pie.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pkgs/development/compilers/go/remove-test-pie.patch b/pkgs/development/compilers/go/remove-test-pie.patch index 90498be18eb..fb8e116af76 100644 --- a/pkgs/development/compilers/go/remove-test-pie.patch +++ b/pkgs/development/compilers/go/remove-test-pie.patch @@ -22,17 +22,3 @@ // sync tests t.tests = append(t.tests, distTest{ name: "sync_cpu", -@@ -705,11 +690,11 @@ - heading: "API check", - fn: func(dt *distTest) error { - if t.compileOnly { --return nil -+ return nil - t.addCmd(dt, "src", "go", "build", filepath.Join(goroot, "src/cmd/api/run.go")) - return nil - } --return nil -+ return nil - t.addCmd(dt, "src", "go", "run", filepath.Join(goroot, "src/cmd/api/run.go")) - return nil - },