summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug113.go
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Imported Upstream version 2012.02.22Ondřej Surý1-1/+1
2012-01-30Imported Upstream version 2012.01.27Ondřej Surý1-1/+17
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-10/+18
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-08-17fix up some irregular indentationRob Pike1-8/+8
R=rsc OCL=33382 CL=33391
2009-02-11insert type assertions when narrowing.Russ Cox1-3/+3
R=r OCL=24349 CL=24913
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
R=r OCL=23012 CL=23014
2008-11-07Don't use a type guard with a type which is not an interface.Ian Lance Taylor1-1/+1
R=r,gri DELTA=2 (0 added, 0 deleted, 2 changed) OCL=18781 CL=18785
2008-10-30update testsRob Pike1-0/+20
R=rsc DELTA=159 (65 added, 84 deleted, 10 changed) OCL=18149 CL=18151