; * test/src/comp-tests.el (non-locals): Repair botched test.
This commit is contained in:
parent
65b3d4d120
commit
288c48bcd9
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue