diff options
Diffstat (limited to 'test/src/comp-tests.el')
| -rw-r--r-- | test/src/comp-tests.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 19e0940db84..c0325a8d5df 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el | |||
| @@ -492,6 +492,11 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-03/msg00914.html." | |||
| 492 | (should (string= (comp-test-45635-f :height 180 :family "PragmataPro Liga") | 492 | (should (string= (comp-test-45635-f :height 180 :family "PragmataPro Liga") |
| 493 | "PragmataPro Liga"))) | 493 | "PragmataPro Liga"))) |
| 494 | 494 | ||
| 495 | (comp-deftest 45603-1 () | ||
| 496 | "<https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-12/msg01994.html>" | ||
| 497 | (load (native-compile (concat comp-test-directory "comp-test-45603.el"))) | ||
| 498 | (should (fboundp #'comp-test-45603--file-local-name))) | ||
| 499 | |||
| 495 | 500 | ||
| 496 | ;;;;;;;;;;;;;;;;;;;;; | 501 | ;;;;;;;;;;;;;;;;;;;;; |
| 497 | ;; Tromey's tests. ;; | 502 | ;; Tromey's tests. ;; |