summaryrefslogtreecommitdiff
path: root/test/decl.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-04-19 21:12:48 -0700
committerRob Pike <r@golang.org>2009-04-19 21:12:48 -0700
commit2e84d62610f95287b61cb0af1d11ac18029d1500 (patch)
tree71bb6c2a598c5a3e4ba7b6fbf62d9b873b19c40e /test/decl.go
parent5c8adecdef8f3a605eda11d4b3996255ad141c47 (diff)
downloadgo-2e84d62610f95287b61cb0af1d11ac18029d1500.tar.gz
typo in message
R=ken OCL=27621 CL=27621
Diffstat (limited to 'test/decl.go')
-rw-r--r--test/decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/decl.go b/test/decl.go
index 596a6e5fc..c2919d32b 100644
--- a/test/decl.go
+++ b/test/decl.go
@@ -32,6 +32,6 @@ func main() {
m, h, s := f3();
}
if x() != "3" {
- println("g() failed");
+ println("x() failed");
}
}