Skip to content

Commit

Permalink
I get main:Main as the callsite in ghc 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Sep 11, 2024
1 parent cae8fe7 commit 69ead39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ todoTest = do
assertBool ("unexpected HasCallStack format: " ++ msg) $
all has [
"CallStack (from HasCallStack):"
, "todo, called at t" </> "Test.hs:28:47 in placeholder-0-inplace-placeholder-test:Main"
, "todo, called at t" </> "Test.hs:28:47 in"
]
when (has "CallStack (from -prof)") $ --enable-profiling enabled
assertBool ("unexpected -prof stack format: " ++ msg) $
Expand Down

0 comments on commit 69ead39

Please sign in to comment.