Skip to content

Commit

Permalink
Remove type field for some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cydparser committed Apr 29, 2022
1 parent e8d9087 commit 6490ff3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ benchmark solver-disabled
build-depends: a-package-that-does-not-exist

benchmark user-disabled
type: exitcode-stdio-1.0
main-is: Test.hs
build-depends: base

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-type: Simple
cabal-version: >= 1.10

test-suite p1
type: exitcode-stdio-1.0
main-is: P1.hs
build-depends: base

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ executable an-exe
other-modules: AModule

test-suite a-testsuite
type: exitcode-stdio-1.0
main-is: Test.hs
other-modules: AModule

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ library
default-language: Haskell2010

test-suite foo
type: detailed-0.9
test-module: Foo
hs-source-dirs: tests
build-depends: base, Cabal, DuplicateModuleName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-type: Simple
cabal-version: >= 1.10

benchmark foo
type: exitcode-stdio-1.0
main-is: Foo.hs
build-depends: base
default-language: Haskell2010
Expand Down

0 comments on commit 6490ff3

Please sign in to comment.