go_1_10: cleanup remove-test-pie.patch

This commit is contained in:
Jörg Thalheim 2018-02-22 12:17:31 +00:00
parent 37ef0b8ab6
commit 394981c236
1 changed files with 0 additions and 14 deletions

View File

@ -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
},