diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-03-28 10:21:15 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-04-02 16:43:47 -0700 |
commit | 45d33f35f689192fd74c9954d782e4cee04acfc8 (patch) | |
tree | be0e2775ab0b97d27bba432592a30efb7b8a8fcd /testsuite/tests/backpack/should_compile/bkp54.stderr | |
parent | 0c333c89ffce5c271d3123e612c7ae22a810649e (diff) | |
download | haskell-45d33f35f689192fd74c9954d782e4cee04acfc8.tar.gz |
Better test coverage for module reexports in signatures.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/backpack/should_compile/bkp54.stderr')
-rw-r--r-- | testsuite/tests/backpack/should_compile/bkp54.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/should_compile/bkp54.stderr b/testsuite/tests/backpack/should_compile/bkp54.stderr new file mode 100644 index 0000000000..f3aafc1258 --- /dev/null +++ b/testsuite/tests/backpack/should_compile/bkp54.stderr @@ -0,0 +1,5 @@ +[1 of 2] Processing q + [1 of 1] Compiling A[sig] ( q/A.hsig, nothing ) +[2 of 2] Processing p + [1 of 2] Compiling A[sig] ( p/A.hsig, nothing ) + [2 of 2] Compiling M ( p/M.hs, nothing ) |