diff options
Diffstat (limited to 'test/src/comp-tests.el')
| -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." |