Skip to content

Commit 2c55aa4

Browse files
committed
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.
1 parent 8dce1e3 commit 2c55aa4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/go-fill-paragraph-test.el

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,6 @@ func main() {
139139
}"
140140
))
141141

142-
(ert-deftest go--fill-paragraph-block-region ()
143-
(go--should-fill
144-
"
145-
func main() {
146-
< /* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. */
147-
>}"
148-
149-
"
150-
func main() {
151-
/* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
152-
eiusmod tempor incididunt ut labore et dolore magna aliqua. */
153-
}"
154-
))
155-
156142
(ert-deftest go--fill-paragraph-single-artful ()
157143
(go--should-fill
158144
"

0 commit comments

Comments
 (0)