From ead47527a9146ff76c2fd491ae9c83b2936dac1d Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Sat, 21 Oct 2023 04:22:00 -0700 Subject: [PATCH] Drop duplicated test. * Since Emacs 29, ERT test doesn't allow tests with the same name anymore. * The tests with the same name are actually duplicates, so remove the second one. * See also https://bugs.debian.org/1052922. --- test/go-fill-paragraph-test.el | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/go-fill-paragraph-test.el b/test/go-fill-paragraph-test.el index 6a4a8306..5072b972 100644 --- a/test/go-fill-paragraph-test.el +++ b/test/go-fill-paragraph-test.el @@ -139,20 +139,6 @@ func main() { }" )) -(ert-deftest go--fill-paragraph-block-region () - (go--should-fill - " -func main() { -< /* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. */ ->}" - - " -func main() { - /* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do - eiusmod tempor incididunt ut labore et dolore magna aliqua. */ -}" - )) - (ert-deftest go--fill-paragraph-single-artful () (go--should-fill "