diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-tests.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 2991a05d771..6b608d73540 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el | |||
| @@ -1512,7 +1512,12 @@ Return a list of results." | |||
| 1512 | (if (functionp x) | 1512 | (if (functionp x) |
| 1513 | (error "") | 1513 | (error "") |
| 1514 | x)) | 1514 | x)) |
| 1515 | '(not function)))) | 1515 | '(not function)) |
| 1516 | ;; 81 | ||
| 1517 | ((defun comp-tests-ret-type-spec-f (x) | ||
| 1518 | (print (comp-foo-p x)) | ||
| 1519 | (comp-foo-p x)) | ||
| 1520 | 'boolean))) | ||
| 1516 | 1521 | ||
| 1517 | (defun comp-tests-define-type-spec-test (number x) | 1522 | (defun comp-tests-define-type-spec-test (number x) |
| 1518 | `(comp-deftest ,(intern (format "ret-type-spec-%d" number)) () | 1523 | `(comp-deftest ,(intern (format "ret-type-spec-%d" number)) () |