summaryrefslogtreecommitdiff
path: root/test/decl.go
Commit message (Expand)AuthorAgeFilesLines
* test: ensure all failing tests exit nonzero.Alan Donovan2013-02-121-2/+3
* test: explanatory comments [c-g]*Rob Pike2012-02-191-1/+1
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* delete float, complex - code changesRuss Cox2011-01-191-6/+6
* test: remove semiocolons.Rob Pike2010-09-041-15/+15
* last round: non-package codeRuss Cox2009-09-151-0/+1
* fix "declared and not used" in tests;Russ Cox2009-09-141-0/+2
* typo in messageRob Pike2009-04-191-1/+1
* add another test to decl to see that result vars are redeclarable.Rob Pike2009-04-191-0/+8
* tests for redeclaration in :=Rob Pike2009-04-181-0/+29