diff options
Diffstat (limited to 'testsuite/tests/th/T16895c.stderr')
-rw-r--r-- | testsuite/tests/th/T16895c.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/th/T16895c.stderr b/testsuite/tests/th/T16895c.stderr index 38475cce3c..baa5e7526b 100644 --- a/testsuite/tests/th/T16895c.stderr +++ b/testsuite/tests/th/T16895c.stderr @@ -1,6 +1,6 @@ -T16895c.hs:7:16: - Non-variable expression is not allowed in an infix expression +T16895c.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`) - In the untyped splice: + • In the untyped splice: $(infixE (Just [| 1 |]) [| id id |] Nothing) |