[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#20066: 24.4; should-error and cl-assert
From: |
Leo Liu |
Subject: |
bug#20066: 24.4; should-error and cl-assert |
Date: |
Mon, 09 Mar 2015 16:06:44 +0800 |
I just compiled emacs 25.0.50 from git and I have immediately noticed
the following difference:
1. (should-error (error "yes"))
2. (should-error (cl-assert nil t))
Test 1 succeeds but test 2 fails. In emacs 24.4, both tests succeed.
Could someone investigate what have caused this incompatibility?
Thanks,
Leo
- bug#20066: 24.4; should-error and cl-assert,
Leo Liu <=