Skip to content

Commit 2389f80

Browse files
committed
Fix test-case after simplified component IDs.
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent a502a93 commit 2389f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cabal/tests/PackageTests/Tests.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ tests config =
257257
, tc "Macros" $ do
258258
cabal_build []
259259
runExe' "macros-a" []
260-
>>= assertOutputContains "macros-a.exe"
260+
>>= assertOutputContains "macros-a"
261261
runExe' "macros-b" []
262-
>>= assertOutputContains "macros-b.exe"
262+
>>= assertOutputContains "macros-b"
263263

264264
-- Test for 'build-type: Configure' example from the Cabal manual.
265265
, tc "Configure" $ cabal_build []

0 commit comments

Comments
 (0)