From 288c48bcd917bbdaa149ad2b4869e274a3bf0e19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Tue, 30 May 2023 22:54:21 +0200 Subject: [PATCH] ; * test/src/comp-tests.el (non-locals): Repair botched test. --- test/src/comp-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.39.5