Skip to content

Commit 0feab68

Browse files
committed
haskell Diagnostics.hs: make a comment more unique to filter on noci
1 parent fc11b45 commit 0feab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app/Spec/Tests/Haskell/Diagnostics.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ diagnosticsTests lsName = describe "Diagnostics" $ do
2626
testDiagnostics lsName "Foo.hs" Nothing etaExpandCode $ \diagnostics -> do
2727
assertDiagnosticRanges diagnostics [(Range (Position 6 0) (Position 6 14), Just (InR "refact:Eta reduce"))]
2828

29-
testDiagnostics lsName "main.ipynb" Nothing [__i|-- Some comment
29+
testDiagnostics lsName "main.ipynb" Nothing [__i|-- A comment
3030
foo = bar
3131

3232
putStrLn "HI"

0 commit comments

Comments
 (0)