Skip to content

Commit 7cdb788

Browse files
committed
Update test
1 parent f9653d0 commit 7cdb788

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
@@ -518,8 +518,8 @@ missingPragmaTests = testGroup "missing pragma warning code actions" [
518518
contents <- documentContents doc
519519

520520
let expected =
521-
[ "{-# LANGUAGE ScopedTypeVariables #-}"
522-
, "{-# LANGUAGE TypeApplications #-}"
521+
[ "{-# LANGUAGE TypeApplications #-}"
522+
, "{-# LANGUAGE ScopedTypeVariables #-}"
523523
, "module TypeApplications where"
524524
, ""
525525
, "foo :: forall a. a -> a"

0 commit comments

Comments
 (0)