diff options
Diffstat (limited to 'testsuite/tests/th/T5358.stderr')
-rw-r--r-- | testsuite/tests/th/T5358.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/th/T5358.stderr b/testsuite/tests/th/T5358.stderr new file mode 100644 index 0000000000..fd7e32c58a --- /dev/null +++ b/testsuite/tests/th/T5358.stderr @@ -0,0 +1,9 @@ + +T5358.hs:14:15: + Exception when trying to run compile-time code: + runTest called error: forall t_0 . t_0 -> GHC.Types.Bool + Code: do { VarI _ t _ _ <- reify (mkName "prop_x1"); + ($) error ((++) "runTest called error: " pprint t) } + In the splice: + $(do { VarI _ t _ _ <- reify (mkName "prop_x1"); + error $ ("runTest called error: " ++ pprint t) }) |