Skip to content

Commit 559e294

Browse files
authored
Fix cabal-add testdata for hls-cabal-plugin-tests (#4426)
1 parent ed96358 commit 559e294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/hls-cabal-plugin/test/testdata/cabal-add-testdata/cabal-add-packageYaml/cabal-add-bench.cabal renamed to plugins/hls-cabal-plugin/test/testdata/cabal-add-testdata/cabal-add-packageYaml/cabal-add-packageYaml.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cabal-version: 2.4
2-
name: cabal-add-bench
2+
name: cabal-add-packageYaml
33
version: 0.1.0.0
44
license: NONE
55
author: George Gerasev
@@ -9,7 +9,7 @@ build-type: Simple
99
common warnings
1010
ghc-options: -Wall
1111

12-
benchmark benchmark
12+
benchmark benchmark-packageYaml
1313
type: exitcode-stdio-1.0
1414
ghc-options: -threaded
1515
main-is: Main.hs

0 commit comments

Comments
 (0)