]> Cypherpunks repositories - gostls13.git/commitdiff
typo in message
authorRob Pike <r@golang.org>
Mon, 20 Apr 2009 04:12:48 +0000 (21:12 -0700)
committerRob Pike <r@golang.org>
Mon, 20 Apr 2009 04:12:48 +0000 (21:12 -0700)
R=ken
OCL=27621
CL=27621

test/decl.go

index 596a6e5fc95391e3c642d08dfad5b795e9e7fe0f..c2919d32b0fab56c1155ff1e69da53bc0c03ace4 100644 (file)
@@ -32,6 +32,6 @@ func main() {
                m, h, s := f3();
        }
        if x() != "3" {
-               println("g() failed");
+               println("x() failed");
        }
 }