Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(273)

Unified Diff: misc/cgo/test/cgo_test.go

Issue 7728045: code review 7728045: runtime: store asmcgocall return PC where the ARM unwin... (Closed)
Patch Set: diff -r 2ac4f6f628f1 https://code.google.com/p/go/ Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: misc/cgo/test/cgo_test.go
===================================================================
--- a/misc/cgo/test/cgo_test.go
+++ b/misc/cgo/test/cgo_test.go
@@ -36,5 +36,6 @@
func Test3729(t *testing.T) { test3729(t) }
func Test3775(t *testing.T) { test3775(t) }
func TestCthread(t *testing.T) { testCthread(t) }
+func TestCallbackCallers(t *testing.T) { testCallbackCallers(t) }
func BenchmarkCgoCall(b *testing.B) { benchCgoCall(b) }
« no previous file with comments | « misc/cgo/test/callback.go ('k') | src/pkg/runtime/asm_arm.s » ('j') | src/pkg/runtime/asm_arm.s » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b