summaryrefslogtreecommitdiff
path: root/test/ken/shift.go
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10make test/ken safe for optional semisRobert Griesemer1-10/+5
R=rsc, ken2, ken3 http://codereview.appspot.com/174042
2008-09-29Storing an out of range constant into a variable shouldIan Lance Taylor1-6/+0
ideally cause the compiler to give an error. Right now 6g warns about large shifts but does not give an error. This CL removes the out of range shift from shift.go, so that it will work with gccgo, and adds a test case in bugs/ to be fixed at a later date. R=ken,r DELTA=23 (9 added, 14 deleted, 0 changed) OCL=16085 CL=16088
2008-09-03update testsRob Pike1-1/+0
add commands to two new ken tests R=gri OCL=14751 CL=14751
2008-08-29fix type of (1<<x)Ken Thompson1-0/+131
R=r OCL=14656 CL=14656