emacs-diffs
[Top][All Lists]
Advanced

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

master 0f9fd1d5a5e: Fix failing native-compile test


From: Robert Pluim
Subject: master 0f9fd1d5a5e: Fix failing native-compile test
Date: Fri, 21 Jul 2023 08:42:32 -0400 (EDT)

branch: master
commit 0f9fd1d5a5ec5c062f45f3f8a16863021e17e7e8
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    Fix failing native-compile test
    
    * test/src/comp-tests.el (comp-tests-result-lambda): Use
    'comp-deftest', not 'ert-deftest'.  The latter doesn't check for
    native-compile support.
---
 test/src/comp-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 30dfd669ded..89b1eefb1dc 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -1530,7 +1530,7 @@ folded."
           (equal (comp-mvar-typeset mvar)
                  comp-tests-cond-rw-expected-type))))))))
 
-(ert-deftest comp-tests-result-lambda ()
+(comp-deftest comp-tests-result-lambda ()
   (native-compile 'comp-tests-result-lambda)
   (should (eq (funcall (comp-tests-result-lambda) '(a . b)) 'a)))
 ;;; comp-tests.el ends here



reply via email to

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