[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 288c48bcd91 1/3: ; * test/src/comp-tests.el (non-locals): Repair
From: |
Mattias Engdegård |
Subject: |
master 288c48bcd91 1/3: ; * test/src/comp-tests.el (non-locals): Repair botched test. |
Date: |
Wed, 31 May 2023 11:17:00 -0400 (EDT) |
branch: master
commit 288c48bcd917bbdaa149ad2b4869e274a3bf0e19
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
; * 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."