]> Cypherpunks repositories - gostls13.git/commit
Add test for division by zero.
authorRob Pike <r@golang.org>
Mon, 14 Jun 2010 22:00:19 +0000 (15:00 -0700)
committerRob Pike <r@golang.org>
Mon, 14 Jun 2010 22:00:19 +0000 (15:00 -0700)
commitdee4db0691f66d96b599b6c5089434ee0a3bd865
treed85db31b925c87bbac0b36a08adfdef2befe412f
parent18274e007598436e62182c72c3103bf94a8feade
Add test for division by zero.
It fails with 6g. Once 6g is fixed up I will extend the value tests.

R=rsc, iant
CC=golang-dev
https://golang.org/cl/1677043
test/golden.out
test/zerodivide.go [new file with mode: 0644]