diff options
Diffstat (limited to 'testsuite/tests/stranal/sigs/T18086.hs')
-rw-r--r-- | testsuite/tests/stranal/sigs/T18086.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/stranal/sigs/T18086.hs b/testsuite/tests/stranal/sigs/T18086.hs index 639409adce..9a6f67c6d1 100644 --- a/testsuite/tests/stranal/sigs/T18086.hs +++ b/testsuite/tests/stranal/sigs/T18086.hs @@ -13,7 +13,7 @@ m = do putStrLn "foo" error "bar" --- Dito, just in a more complex scenario (the original reproducer of #18086) +-- Ditto, just in a more complex scenario (the original reproducer of #18086) panic :: String -> a panic x = unsafeDupablePerformIO $ do stack <- ccsToStrings =<< getCurrentCCS x |