diff options
| author | Mattias EngdegÄrd | 2023-05-30 22:54:21 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-05-31 17:09:12 +0200 |
| commit | 288c48bcd917bbdaa149ad2b4869e274a3bf0e19 (patch) | |
| tree | 817b4d709b52e04f692c3a6b65df1d6456703fb2 /test/src | |
| parent | 65b3d4d120202af252d458759ae244ec7c635c67 (diff) | |
| download | emacs-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.el | 3 |
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." |