summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockLinear.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock/should_compile_flag_haddock/haddockLinear.stderr')
-rw-r--r--testsuite/tests/haddock/should_compile_flag_haddock/haddockLinear.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/haddock/should_compile_flag_haddock/haddockLinear.stderr b/testsuite/tests/haddock/should_compile_flag_haddock/haddockLinear.stderr
new file mode 100644
index 0000000000..41fce03725
--- /dev/null
+++ b/testsuite/tests/haddock/should_compile_flag_haddock/haddockLinear.stderr
@@ -0,0 +1,10 @@
+
+==================== Parser ====================
+module ShouldCompile where
+data T
+ where
+ C1 :: Int %1 -> T
+ C2 :: Int %m -> T
+ C3 :: Int -> T
+
+