summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_compile/T13323.bkp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_compile/T13323.bkp')
-rw-r--r--testsuite/tests/backpack/should_compile/T13323.bkp2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/backpack/should_compile/T13323.bkp b/testsuite/tests/backpack/should_compile/T13323.bkp
index 70a1ccf89c..a66eb39ef9 100644
--- a/testsuite/tests/backpack/should_compile/T13323.bkp
+++ b/testsuite/tests/backpack/should_compile/T13323.bkp
@@ -5,8 +5,6 @@ unit p where
data B = B { foo :: Bool }
module P where
import A
- x :: A -> Int
- x = foo
unit q where
module A where
data A = A { foo :: Int }