summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn068.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn068.hs')
-rw-r--r--testsuite/tests/rename/should_compile/rn068.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_compile/rn068.hs b/testsuite/tests/rename/should_compile/rn068.hs
index ec520e25b9..83ed851ed8 100644
--- a/testsuite/tests/rename/should_compile/rn068.hs
+++ b/testsuite/tests/rename/should_compile/rn068.hs
@@ -1,3 +1,5 @@
module Foo where
-data A = A1 { a, b :: Int } | A2 { a, b :: Int }
+data A = A1 { a, b :: Int }
+ | A2 { a, b :: Int }
+ | A3 { a, b :: Int }