aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorMattias EngdegÄrd2023-05-30 22:54:21 +0200
committerMattias EngdegÄrd2023-05-31 17:09:12 +0200
commit288c48bcd917bbdaa149ad2b4869e274a3bf0e19 (patch)
tree817b4d709b52e04f692c3a6b65df1d6456703fb2 /test/src
parent65b3d4d120202af252d458759ae244ec7c635c67 (diff)
downloademacs-288c48bcd917bbdaa149ad2b4869e274a3bf0e19.tar.gz
emacs-288c48bcd917bbdaa149ad2b4869e274a3bf0e19.zip
; * test/src/comp-tests.el (non-locals): Repair botched test.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/comp-tests.el3
1 files changed, 2 insertions, 1 deletions
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."
305 (lambda () (throw 'foo 3))) 305 (lambda () (throw 'foo 3)))
306 3)) 306 3))
307 (should (= (catch 'foo 307 (should (= (catch 'foo
308 (comp-tests-throw-f 3))))) 308 (comp-tests-throw-f 3))
309 3)))
309 310
310(comp-deftest gc () 311(comp-deftest gc ()
311 "Try to do some longer computation to let the GC kick in." 312 "Try to do some longer computation to let the GC kick in."