Skip to content

Commit af4faa6

Browse files
committed
Remove outdated comment from test files
1 parent 194493f commit af4faa6

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

plugins/hls-cabal-plugin/test/testdata/code-actions/FieldSuggestions.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ source-repository head
2121
loc: fake
2222

2323
library
24-
default-lang: Haskell2010
25-
-- Import isn't supported right now.
2624
impor: warnings
25+
default-lang: Haskell2010
2726
build-dep: base
2827

2928
executable my-exe

plugins/hls-cabal-plugin/test/testdata/code-actions/FieldSuggestions.golden.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ source-repository head
2121
location: fake
2222

2323
library
24-
default-language: Haskell2010
25-
-- Import isn't supported right now.
2624
import: warnings
25+
default-language: Haskell2010
2726
build-depends: base
2827

2928
executable my-exe

plugins/hls-cabal-plugin/test/testdata/code-actions/FieldSuggestionsTypos.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ source-repository head
2121
locqt: fake
2222

2323
library
24-
qqjfault-lang: Haskell2010
25-
-- Import isn't supported right now.
2624
iqqor: warnings
25+
qqjfault-lang: Haskell2010
2726
bqqld-dep: base
2827

2928
executable my-exe

plugins/hls-cabal-plugin/test/testdata/code-actions/FieldSuggestionsTypos.golden.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ source-repository head
2121
location: fake
2222

2323
library
24-
default-language: Haskell2010
25-
-- Import isn't supported right now.
2624
import: warnings
25+
default-language: Haskell2010
2726
build-depends: base
2827

2928
executable my-exe

0 commit comments

Comments
 (0)