diff options
Diffstat (limited to 'dev-lang/go/files/go-1.6.1-gdb-no-shell.patch')
-rw-r--r-- | dev-lang/go/files/go-1.6.1-gdb-no-shell.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/go/files/go-1.6.1-gdb-no-shell.patch b/dev-lang/go/files/go-1.6.1-gdb-no-shell.patch deleted file mode 100644 index ccce6f04664d..000000000000 --- a/dev-lang/go/files/go-1.6.1-gdb-no-shell.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go -index 6ebc69a..648092a 100644 ---- a/src/runtime/runtime-gdb_test.go -+++ b/src/runtime/runtime-gdb_test.go -@@ -87,6 +87,7 @@ func TestGdbPython(t *testing.T) { - - args := []string{"-nx", "-q", "--batch", "-iex", - fmt.Sprintf("add-auto-load-safe-path %s/src/runtime", runtime.GOROOT()), -+ "-ex", "set startup-with-shell off", - "-ex", "info auto-load python-scripts", - "-ex", "br main.go:10", - "-ex", "run", |