This commit is contained in:
2015-04-27 22:05:48 +03:00
parent b92d43c5ed
commit ef69dfedd3
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -57,9 +57,7 @@ func (c *context) compare(c2 *context) bool {
}
func (c *context) push(typ expectationType) {
c.exps = append(c.exps, expectation{
typ: typ,
})
c.exps = append(c.exps, expectation{typ: typ})
}
func (c *context) pop() {