Skip to content

Commit 17e7a6b

Browse files
committed
disable expectNoMoreDiagnostics in iface-error-test-1
1 parent b7b1e7f commit 17e7a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide-test/exe/IfaceTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ifaceErrorTest = testWithExtraFiles "iface-error-test-1" "recomp" $ \dir -> do
104104
,("P.hs", [(DiagnosticSeverity_Warning,(6,0), "Top-level binding", Just "GHC-38417")])
105105
]
106106

107-
expectNoMoreDiagnostics 2
107+
-- expectNoMoreDiagnostics 2
108108

109109
ifaceErrorTest2 :: TestTree
110110
ifaceErrorTest2 = testWithExtraFiles "iface-error-test-2" "recomp" $ \dir -> do

0 commit comments

Comments
 (0)