From 3ae1eaa620886076dfac3084e1bb21e9ad8496a1 Mon Sep 17 00:00:00 2001 From: jim teeuwen Date: Mon, 23 Nov 2009 05:49:44 +0100 Subject: [PATCH] modified: src/xmlx_test.go --- src/xmlx_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlx_test.go b/src/xmlx_test.go index 0c09a71..d64474c 100644 --- a/src/xmlx_test.go +++ b/src/xmlx_test.go @@ -12,7 +12,7 @@ func TestDoc(t *testing.T) { } if len(doc.Root.Children) == 0 { - t.Errorf("Root node has no children.", err); + t.Errorf("Root node has no children."); return; } }