Skip to content

Commit 8103a64

Browse files
committed
Don't need to specify default project explicitly
1 parent 493bd34 commit 8103a64

File tree

1 file changed

+1
-1
lines changed
  • cabal-testsuite/PackageTests/ProjectImport/DedupUsingConfigFromSimple

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/ProjectImport/DedupUsingConfigFromSimple/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Test.Cabal.Prelude
33
main = cabalTest . recordMode RecordMarked $ do
44
let log = recordHeader . pure
55

6-
out <- fails $ cabal' "v2-build" [ "all", "--dry-run", "--project-file=cabal.project" ]
6+
out <- fails $ cabal' "v2-build" [ "all", "--dry-run" ]
77

88
-- Use assertRegex when the output is tainted by the temp directory, like
99
-- this:

0 commit comments

Comments
 (0)