diff options
Diffstat (limited to 'testsuite/tests/backpack/should_compile/bkp01.stderr')
-rw-r--r-- | testsuite/tests/backpack/should_compile/bkp01.stderr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/backpack/should_compile/bkp01.stderr b/testsuite/tests/backpack/should_compile/bkp01.stderr index 414536ac9b..51cc4b7cdd 100644 --- a/testsuite/tests/backpack/should_compile/bkp01.stderr +++ b/testsuite/tests/backpack/should_compile/bkp01.stderr @@ -1,11 +1,11 @@ [1 of 4] Processing p - [1 of 2] Compiling H[sig] (.hsig -> nothing) - [2 of 2] Compiling A (.hs -> nothing) + [1 of 2] Compiling H[sig] ( p/H.hsig, nothing ) + [2 of 2] Compiling A ( p/A.hs, nothing ) [2 of 4] Processing q - [1 of 1] Compiling H[sig] (.hsig -> nothing) + [1 of 1] Compiling H[sig] ( q/H.hsig, nothing ) [3 of 4] Processing h Instantiating h - [1 of 1] Compiling H (.hs -> .o) + [1 of 1] Compiling H ( h/H.hs, bkp01.out/h/H.o ) [4 of 4] Processing r Instantiating r [1 of 2] Including h @@ -13,6 +13,6 @@ Instantiating q[H=h:H] [1 of 1] Including p[H=h:H] Instantiating p[H=h:H] - [1 of 2] Compiling H[sig] (.hsig -> .o) - [2 of 2] Compiling A (.hs -> .o) - [1 of 1] Compiling H[sig] (.hsig -> .o) + [1 of 2] Compiling H[sig] ( p/H.hsig, bkp01.out/p/p-6KeuBvYi0jvLWqVbkSAZMq/H.o ) + [2 of 2] Compiling A ( p/A.hs, bkp01.out/p/p-6KeuBvYi0jvLWqVbkSAZMq/A.o ) + [1 of 1] Compiling H[sig] ( q/H.hsig, bkp01.out/q/q-6KeuBvYi0jvLWqVbkSAZMq/H.o ) |