From a60e44f448fa498c8fa6f9dc895367f4af532342 Mon Sep 17 00:00:00 2001
From: Philipp Stephani
Date: Wed, 26 Apr 2023 10:31:10 +0200
Subject: [PATCH] Remove duplicate test.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Emacs 29 doesn’t allow duplicate tests in batch mode.
---
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
"