]> Cypherpunks repositories - gostls13.git/commit
runtime: fix Caller
authorRuss Cox <rsc@golang.org>
Tue, 6 Apr 2010 06:36:37 +0000 (23:36 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 6 Apr 2010 06:36:37 +0000 (23:36 -0700)
commit6d69fd1fe378077aa99505af9cd0a64553d5df57
treedab7d34f6c00033b748b27c53907dab351d2f109
parenta267ff6a815ce9f8f92f9bcb41cc53f6ebae122a
runtime: fix Caller
log: add test of Caller

New regexp in log test is picky and will require some
maintenance, but it catches off-by-one mistakes too.

Fixes #710.

R=gri
CC=esko.luontola, golang-dev
https://golang.org/cl/887043
src/pkg/log/log_test.go
src/pkg/runtime/runtime.c