Skip to content

Commit e4ca141

Browse files
committed
Expect GHC-83865 for "type error" test - basic test
1 parent 4d2f3f0 commit e4ca141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/DiagnosticTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tests = testGroup "diagnostics"
104104
_ <- createDoc "Testing.hs" "haskell" content
105105
expectDiagnostics
106106
[ ( "Testing.hs"
107-
, [(DiagnosticSeverity_Error, (2, 14), "Couldn't match type '[Char]' with 'Int'", Nothing)]
107+
, [(DiagnosticSeverity_Error, (2, 14), "Couldn't match type '[Char]' with 'Int'", Just "GHC-83865")]
108108
)
109109
]
110110
, testWithDummyPluginEmpty "typed hole" $ do

0 commit comments

Comments
 (0)