aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el
diff options
context:
space:
mode:
authorAndrea Corallo2022-07-08 15:54:20 +0200
committerAndrea Corallo2022-07-08 16:03:09 +0200
commit844a284af8c05d8df548c46c635c5291436edefe (patch)
treea1900634af9a8cf8551ae946abe866b4b9cf0e34 /test/src/comp-tests.el
parent8be8f088d1c664818d59df71438a10acbd43a727 (diff)
downloademacs-scratch/bug#48029.tar.gz
emacs-scratch/bug#48029.zip
Remove uneffective testscratch/bug#48029
* test/src/comp-tests.el (45603-1): Remove test. * test/src/comp-resources/comp-test-45603.el: Delete.
Diffstat (limited to 'test/src/comp-tests.el')
-rw-r--r--test/src/comp-tests.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index c7e81298d26..1b239cec795 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -508,11 +508,6 @@ https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-03/msg00914.html."
508 (should (string= (comp-test-45635-f :height 180 :family "PragmataPro Liga") 508 (should (string= (comp-test-45635-f :height 180 :family "PragmataPro Liga")
509 "PragmataPro Liga"))) 509 "PragmataPro Liga")))
510 510
511(comp-deftest 45603-1 ()
512 "<https://lists.gnu.org/archive/html/bug-gnu-emacs/2020-12/msg01994.html>"
513 (load (native-compile (ert-resource-file "comp-test-45603.el")))
514 (should (fboundp 'comp-test-45603--file-local-name)))
515
516(comp-deftest 46670-1 () 511(comp-deftest 46670-1 ()
517 "<https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-02/msg01413.html>" 512 "<https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-02/msg01413.html>"
518 (should (string= (comp-test-46670-2-f "foo") "foo")) 513 (should (string= (comp-test-46670-2-f "foo") "foo"))