; * test/src/comp-tests.el (non-locals): Repair botched test.

This commit is contained in:
Mattias Engdegård 2023-05-30 22:54:21 +02:00
parent 65b3d4d120
commit 288c48bcd9

View file

@ -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."