* test/automated/generator-tests.el (cps-test-iter-cleanup-once-only):
Replace undefined incf with cl-incf.
2015-03-03 Glenn Morris <rgm@gnu.org>
- * automated/generator-tests.el (cps-while-incf):
- Replace undefined incf with cl-incf.
+ * automated/generator-tests.el (cps-while-incf)
+ (cps-test-iter-cleanup-once-only): Replace undefined incf with cl-incf.
(cps-test-iter-do): Use should not undefined assert.
2015-03-03 Daniel Colascione <dancol@dancol.org>
(iter-yield 1)
(error "test")
(iter-yield 2))
- (incf nr-unwound))))))
+ (cl-incf nr-unwound))))))
(should (equal (iter-next iter) 1))
(should-error (iter-next iter))
(should (equal nr-unwound 1))))