engine tests passing

This commit is contained in:
Radu Ioan Fericean
2015-10-21 22:28:16 +03:00
parent 41c6a597aa
commit 0745cee158
7 changed files with 36 additions and 30 deletions

View File

@@ -86,9 +86,6 @@ func ParseStringMap(s string) StringMap {
}
func (sm StringMap) Equal(om StringMap) bool {
if len(sm) == 0 {
return len(om) == 0
}
if len(sm) != len(om) {
return false
}