diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-14 00:13:44 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-10-20 12:45:42 -0700 |
commit | 01490b4c1222b66029d18e1661ebd7c6cf216948 (patch) | |
tree | 06a18b1d85698588a5ecfe61eab4546b9237491d /testsuite/tests/backpack/should_fail/bkpfail07.bkp | |
parent | 9df4ce4f89b6d999822ae30ff777bdaf26665c06 (diff) | |
download | haskell-01490b4c1222b66029d18e1661ebd7c6cf216948.tar.gz |
Mark previously failing backpack tests as passing, with correct output.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail07.bkp')
-rw-r--r-- | testsuite/tests/backpack/should_fail/bkpfail07.bkp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail07.bkp b/testsuite/tests/backpack/should_fail/bkpfail07.bkp index cbbd95b272..e386818976 100644 --- a/testsuite/tests/backpack/should_fail/bkpfail07.bkp +++ b/testsuite/tests/backpack/should_fail/bkpfail07.bkp @@ -1,10 +1,11 @@ unit p where signature H where data T = T Int -unit q where - signature A where -- indefinite version +unit h where module T where data T = T Bool module H(T(..)) where import T - dependency p[H=<H>] + signature A where -- indefinite version +unit q where + dependency p[H=h[A=<A>]:H] |