summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoTH1.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/ParserNoTH1.stderr')
-rw-r--r--testsuite/tests/parser/should_fail/ParserNoTH1.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/ParserNoTH1.stderr b/testsuite/tests/parser/should_fail/ParserNoTH1.stderr
new file mode 100644
index 0000000000..56fffbd525
--- /dev/null
+++ b/testsuite/tests/parser/should_fail/ParserNoTH1.stderr
@@ -0,0 +1,9 @@
+
+ParserNoTH1.hs:1:5: warning: [-Woperator-whitespace-ext-conflict (in -Wdefault)]
+ The prefix use of a ‘$’ would denote an untyped splice
+ were the TemplateHaskell extension enabled.
+ Suggested fix: Add whitespace after the ‘$’.
+
+ParserNoTH1.hs:1:5: error:
+ parse error on input ‘$’
+ Suggested fix: Perhaps you intended to use TemplateHaskell