Skip to content

Conversation

@lukasz-golebiewski
Copy link
Member

@lukasz-golebiewski lukasz-golebiewski commented Apr 8, 2021

Fixes:

~/stylish-haskell/tests/Language/Haskell/Stylish/Step/LanguagePragmas/Tests.hs:232:1: error:
    Duplicate type signatures for ‘case13’
    at tests/Language/Haskell/Stylish/Step/LanguagePragmas/Tests.hs:221:1-6
       tests/Language/Haskell/Stylish/Step/LanguagePragmas/Tests.hs:232:1-6
    |       
232 | case13 :: Assertion
    | ^^^^^^
            
~/stylish-haskell/tests/Language/Haskell/Stylish/Step/LanguagePragmas/Tests.hs:233:1: error:
    Multiple declarations of ‘case13’
    Declared at: tests/Language/Haskell/Stylish/Step/LanguagePragmas/Tests.hs:222:1
                 tests/Language/Haskell/Stylish/Step/LanguagePragmas/Tests.hs:233:1
    |       
233 | case13 = expected @=? testStep (step Nothing VerticalCompact False False "language") input
    | ^^^^^^

@EncodePanda
Copy link
Contributor

Yeah I saw that today in the other PR, was about to raise the issue that CI did not caught this

Copy link
Contributor

@EncodePanda EncodePanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@EncodePanda EncodePanda merged commit 5d7f975 into haskell:main Apr 8, 2021
tchoutri pushed a commit to tchoutri/stylish-haskell that referenced this pull request Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants