branch: elpa/with-simulated-input
commit 2f40b160f5e8df5a2ff33aac7bafd3c3944c9dcf
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Re-enable test for byte-compiled code
---
tests/test-with-simulated-input.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test-with-simulated-input.el
b/tests/test-with-simulated-input.el
index 8bf7448e1d..b3a9655bb1 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -243,7 +243,7 @@
(with-simulated-input "a" (read-char))
(expect (current-buffer) :to-equal temp-buffer)
(expect (current-buffer) :not :to-equal orig-current-buffer)))))
- (xit "Issue #6: `with-simulated-input' should work in byte-compiled code"
+ (it "Issue #6: `with-simulated-input' should work in byte-compiled code"
(expect (call-wsi-from-bytecomp-fun)
:not :to-throw))))