emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-simulated-input 2f40b160f5 096/134: Re-enable test fo


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 2f40b160f5 096/134: Re-enable test for byte-compiled code
Date: Mon, 10 Jan 2022 23:00:09 -0500 (EST)

branch: elpa/with-simulated-input
commit 2f40b160f5e8df5a2ff33aac7bafd3c3944c9dcf
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]