]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorRob Pike <r@golang.org>
Tue, 3 Nov 2009 07:06:48 +0000 (23:06 -0800)
committerRob Pike <r@golang.org>
Tue, 3 Nov 2009 07:06:48 +0000 (23:06 -0800)
R=gri
http://go/go-review/1017014

src/pkg/template/template_test.go

index 23e21e01341d6386c8f85b40ae76e45caf5cea26..5743a608c565d3d07228b387976edc63e4c99c0c 100644 (file)
@@ -221,7 +221,7 @@ var tests = []*Test{
        &Test{
                in: "{.repeated section integer}{.end}",
 
-               err: "line 0: .repeated: cannot repeat integer (type int)",
+               err: "line 1: .repeated: cannot repeat integer (type int)",
        },
 
        // Nested names