summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_unresolvedInfix2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/TH_unresolvedInfix2.stderr')
-rw-r--r--testsuite/tests/th/TH_unresolvedInfix2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/TH_unresolvedInfix2.stderr b/testsuite/tests/th/TH_unresolvedInfix2.stderr
index 6e17ef474a..4a5577f6fc 100644
--- a/testsuite/tests/th/TH_unresolvedInfix2.stderr
+++ b/testsuite/tests/th/TH_unresolvedInfix2.stderr
@@ -6,6 +6,6 @@ TH_unresolvedInfix2.hs:14:11:
in the section: ā€˜:+ N :+ Nā€™
In the untyped splice:
$(let
- plus = conE ':+
+ plus = conE '(:+)
n = conE 'N
in infixE Nothing plus (Just $ uInfixE n plus n))