summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-02-22 12:17:31 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-02-22 12:17:31 +0000
commit394981c23677807fae1c3116191b1b76ba32047e (patch)
tree6f0a245c349ac18bb5e8588697af9f82c0521ee9 /pkgs
parent37ef0b8ab694ef808444a6c71cad5e97bd4c8cb4 (diff)
downloadnixlib-394981c23677807fae1c3116191b1b76ba32047e.tar
nixlib-394981c23677807fae1c3116191b1b76ba32047e.tar.gz
nixlib-394981c23677807fae1c3116191b1b76ba32047e.tar.bz2
nixlib-394981c23677807fae1c3116191b1b76ba32047e.tar.lz
nixlib-394981c23677807fae1c3116191b1b76ba32047e.tar.xz
nixlib-394981c23677807fae1c3116191b1b76ba32047e.tar.zst
nixlib-394981c23677807fae1c3116191b1b76ba32047e.zip
go_1_10: cleanup remove-test-pie.patch
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/go/remove-test-pie.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/compilers/go/remove-test-pie.patch b/pkgs/development/compilers/go/remove-test-pie.patch
index 90498be18eb7..fb8e116af76f 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
- 			},