1
0
mirror of https://github.com/golang/go synced 2024-11-26 13:48:05 -07:00
go/test
Robert Griesemer 32d00e6cc6 - added missing ';' according to new rules
(no effect on the test, but now parseable)

R=r
OCL=16936
CL=16936
2008-10-10 16:18:01 -07:00
..
bugs - added missing ';' according to new rules 2008-10-10 16:18:01 -07:00
chan update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
fixedbugs remove uses of *T as an implicit forward declaration of T 2008-10-07 12:59:54 -07:00
ken remove uses of *T as an implicit forward declaration of T 2008-10-07 12:59:54 -07:00
235.go update tests to new communications syntax 2008-09-16 19:33:40 -07:00
args.go
bufiolib.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
char_lit.go
complit.go T{} syntax for constructors 2008-09-05 19:50:34 -07:00
const.go
dialgoogle.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
empty.go test of new empty productions 2008-10-08 15:33:18 -07:00
env.go add os.Getenv() 2008-09-22 17:31:41 -07:00
errchk 6g currently accepts setting a string value to an integer 2008-09-25 15:08:52 -07:00
float_lit.go
fmt_test.go update bugs 2008-09-15 14:27:15 -07:00
for.go
func1.go Check for specific error messages in the testsuite. This 2008-09-19 14:39:49 -07:00
func2.go tests of new func arg code 2008-09-30 14:08:43 -07:00
func3.go change in spec results in non-error 2008-10-06 16:27:14 -07:00
func.go
golden.out more interface checks: 2008-10-08 09:21:57 -07:00
hashmap.go
helloworld.go
if1.go
if.go
int_lit.go
interface1.go - removed extra package clause 2008-10-10 14:50:23 -07:00
interface2.go more interface checks: 2008-10-08 09:21:57 -07:00
interface.go test that mutually recursive interfaces compile 2008-10-07 12:36:39 -07:00
iota.go
literal.go
map.go bug026 and bug060 are fixed. update. 2008-10-05 08:34:48 -07:00
math.go add gobuild. 2008-09-19 11:55:46 -07:00
method.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
nil.go
peano.go
printbig.go fix printing of -(1<<63) 2008-09-17 14:08:52 -07:00
readfile.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
run test cleanup 2008-09-22 13:47:53 -07:00
sieve.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
simassign.go
sorting.go - added convenience wrappers for sort 2008-09-09 18:13:08 -07:00
string_lit.go
stringslib.go rudimentary string utilities. 2008-09-12 16:12:20 -07:00
switch1.go
switch.go
tcpserver.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
test0.go
timelib.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
turing.go
utf.go sys.stringtorune doesn't need a length parameter. 2008-10-07 10:03:34 -07:00
vectors.go