diff options
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail49.stderr')
-rw-r--r-- | testsuite/tests/backpack/should_fail/bkpfail49.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail49.stderr b/testsuite/tests/backpack/should_fail/bkpfail49.stderr new file mode 100644 index 0000000000..c2236e5375 --- /dev/null +++ b/testsuite/tests/backpack/should_fail/bkpfail49.stderr @@ -0,0 +1,9 @@ +[1 of 2] Processing p + [1 of 1] Compiling A[sig] ( p/A.hsig, nothing ) +[2 of 2] Processing q + [1 of 2] Compiling A[sig] ( q/A.hsig, nothing ) + [2 of 2] Compiling M ( q/M.hs, nothing ) + +bkpfail49.bkp:11:13: error: + Not in scope: data constructor ‘A.True’ + Module ‘A’ does not export ‘True’. |