Skip to content

Commit 259f38d

Browse files
author
Karl Smeltzer
committed
Mark new tests as failing
1 parent d36e3e8 commit 259f38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/haskell-indentation-tests.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -896,13 +896,13 @@ foo x
896896
(2 2)
897897
(3 2))
898898

899-
(hindent-test "55 data constructor on separate line" "
899+
(hindent-test "55* data constructor on separate line" "
900900
data Foo = Bar
901901
| Baz"
902902
(1 0)
903903
(2 9))
904904

905-
(hindent-test "55a deriving below aligned data constructors" "
905+
(hindent-test "55a* deriving below aligned data constructors" "
906906
data Foo = Bar
907907
| Baz
908908
deriving (Show)"

0 commit comments

Comments
 (0)