]> Cypherpunks.ru repositories - gostls13.git/commit
add test for constants
authorRob Pike <r@golang.org>
Wed, 13 Aug 2008 19:15:24 +0000 (12:15 -0700)
committerRob Pike <r@golang.org>
Wed, 13 Aug 2008 19:15:24 +0000 (12:15 -0700)
commit3aecf2ed07f1d5c692fb8915a7a68c89d6c93415
tree1c87916d345d86325bef808954f0512c7030f00e
parent52861558f4fcca548c600bc00fa62c96ad2f7249
add test for constants
add bug in constant evaluation (erroneously allowing assignment of float to int)
update golden

R=gri
OCL=14153
CL=14153
test/bugs/bug090.go [new file with mode: 0644]
test/const.go [new file with mode: 0644]
test/golden.out