Skip to content

Commit fa1af55

Browse files
author
Ishmum Jawad Khan
committed
[bug-fix] minor test modification
1 parent 0805c3e commit fa1af55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/FunctionalCodeAction.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@ missingPragmaTests = testGroup "missing pragma warning code actions" [
513513
contents <- documentContents doc
514514

515515
let expected =
516-
[ "{-# LANGUAGE TypeApplications #-}"
517-
, "{-# LANGUAGE ScopedTypeVariables #-}"
516+
[ "{-# LANGUAGE ScopedTypeVariables #-}"
517+
, "{-# LANGUAGE TypeApplications #-}"
518518
, "module TypeApplications where"
519519
, ""
520520
, "foo :: forall a. a -> a"

0 commit comments

Comments
 (0)