From: Mattias EngdegÄrd Date: Tue, 30 May 2023 20:54:21 +0000 (+0200) Subject: ; * test/src/comp-tests.el (non-locals): Repair botched test. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=288c48bcd917bbdaa149ad2b4869e274a3bf0e19;p=emacs.git ; * test/src/comp-tests.el (non-locals): Repair botched test. --- diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 673a9342f1f..ee6a05582d5 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -305,7 +305,8 @@ Check that the resulting binaries do not differ." (lambda () (throw 'foo 3))) 3)) (should (= (catch 'foo - (comp-tests-throw-f 3))))) + (comp-tests-throw-f 3)) + 3))) (comp-deftest gc () "Try to do some longer computation to let the GC kick in."