modified: src/xmlx_test.go

This commit is contained in:
jim teeuwen 2009-11-23 05:49:44 +01:00
parent 0a655c2756
commit 3ae1eaa620
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ func TestDoc(t *testing.T) {
} }
if len(doc.Root.Children) == 0 { if len(doc.Root.Children) == 0 {
t.Errorf("Root node has no children.", err); t.Errorf("Root node has no children.");
return; return;
} }
} }