modified: src/xmlx_test.go
This commit is contained in:
parent
0a655c2756
commit
3ae1eaa620
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue