commit 047ba3c6cdb3f835a27f365d88338f6d76217ee6
parent dff8217de0e055270fa1191e88b0b0365e79a5f0
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date: Sun, 4 Sep 2016 19:37:08 +0530
Do fail test if there are warnings during byte compilation
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/test/emojify-test.el b/test/emojify-test.el
@@ -489,7 +489,6 @@
(with-mock
(stub message => nil)
(stub byte-compile-dest-file => "/tmp/emojify.elc")
- (stub byte-compile-warn => (error "Did not byte compile cleanly"))
(should (byte-compile-file (locate-library "emojify.el")))))
;; So that tests can be run simply by doing `eval-buffer'