daml/compiler/lsp-tests
Moritz Kiefer cc4f1430fb
Fix flaky lsp tests (#4541)
I’ve failed to reproduce this locally so far but on CI we sometimes
get the DLint warning that `True == True` is redundant before we get the
parse error which results in the tests failing. There is no reason why
we need to use `True == True` here anyway so the fix is to simply
replace it by `True`.

changelog_begin
changelog_end
2020-02-17 12:50:53 +01:00
..
src Fix flaky lsp tests (#4541) 2020-02-17 12:50:53 +01:00
BUILD.bazel Support multiple-packages in damlc ide (#4445) 2020-02-10 12:20:56 +00:00