summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T16895d.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T16895d.stderr')
-rw-r--r--testsuite/tests/th/T16895d.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/th/T16895d.stderr b/testsuite/tests/th/T16895d.stderr
index 57ba8725ba..2832aee9be 100644
--- a/testsuite/tests/th/T16895d.stderr
+++ b/testsuite/tests/th/T16895d.stderr
@@ -1,6 +1,6 @@
-T16895d.hs:7:16:
- Non-variable expression is not allowed in an infix expression
+T16895d.hs:7:15: error:
+ • Non-variable expression is not allowed in an infix expression
When splicing a TH expression: 1 `GHC.Base.id GHC.Base.id` 2
- In the untyped splice:
+ • In the untyped splice:
$(infixE (Just [| 1 |]) [| (id id) |] (Just [| 2 |]))