summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/should_run/show001.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/lib/should_run/show001.stdout')
-rw-r--r--testsuite/tests/ghc-regress/lib/should_run/show001.stdout15
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuite/tests/ghc-regress/lib/should_run/show001.stdout b/testsuite/tests/ghc-regress/lib/should_run/show001.stdout
deleted file mode 100644
index 3be0062e87..0000000000
--- a/testsuite/tests/ghc-regress/lib/should_run/show001.stdout
+++ /dev/null
@@ -1,15 +0,0 @@
-Nothing
-Just ()
-Just (Just ())
-Just Nothing
-Left 'a'
-Right 'b'
-Right Nothing
-Right (Just 'c')
-Right (Right 'd')
-Right (Left 'e')
-Left 'f'
-Left Nothing
-Left (Just 'g')
-Left (Right 'h')
-Left (Right 'i')