summaryrefslogtreecommitdiff
path: root/test/iota.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-08-20 15:46:05 -0700
committerRob Pike <r@golang.org>2008-08-20 15:46:05 -0700
commite5bc9bfff79c5635540599ae077e71a923191bf1 (patch)
tree1cdf44ebd1bd05645d5370ad6b883d5c182e74a1 /test/iota.go
parentbeccdd7c059efcc1268ec2ebc73251607aba4e5e (diff)
downloadgo-e5bc9bfff79c5635540599ae077e71a923191bf1.tar.gz
delete redundant bug.
fix typo. add scoping bug. R=gri OCL=14349 CL=14349
Diffstat (limited to 'test/iota.go')
-rw-r--r--test/iota.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iota.go b/test/iota.go
index 7173d9a0e..57e6b7615 100644
--- a/test/iota.go
+++ b/test/iota.go
@@ -103,5 +103,5 @@ func main() {
assert(r == 2.0, "r");
assert(s == "a", "s");
- assert(t == "b", "s");
+ assert(t == "b", "t");
}