diff options
Diffstat (limited to 'testsuite/tests/plugins')
4 files changed, 12 insertions, 12 deletions
diff --git a/testsuite/tests/plugins/frontend01.stdout b/testsuite/tests/plugins/frontend01.stdout index 234c91c10b..8f1c7691f5 100644 --- a/testsuite/tests/plugins/frontend01.stdout +++ b/testsuite/tests/plugins/frontend01.stdout @@ -1,4 +1,4 @@ ["foo","bar"] -[1 of 1] Compiling Main ( frontend01.hs, frontend01.o ) -Linking frontend01 ... +[1 of 2] Compiling Main ( frontend01.hs, frontend01.o ) +[2 of 2] Linking frontend01 hello world diff --git a/testsuite/tests/plugins/plugin-recomp-flags.stdout b/testsuite/tests/plugins/plugin-recomp-flags.stdout index 342fa3e0f8..da1538dd07 100644 --- a/testsuite/tests/plugins/plugin-recomp-flags.stdout +++ b/testsuite/tests/plugins/plugin-recomp-flags.stdout @@ -1,4 +1,4 @@ -[1 of 1] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) -Linking plugin-recomp-test ... -[1 of 1] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) [Plugin fingerprint changed] -Linking plugin-recomp-test ... +[1 of 2] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) +[2 of 2] Linking plugin-recomp-test +[1 of 2] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) [Plugin fingerprint changed] +[2 of 2] Linking plugin-recomp-test [Objects changed] diff --git a/testsuite/tests/plugins/plugin-recomp-impure.stdout b/testsuite/tests/plugins/plugin-recomp-impure.stdout index 4a2c0aded6..8703e04dff 100644 --- a/testsuite/tests/plugins/plugin-recomp-impure.stdout +++ b/testsuite/tests/plugins/plugin-recomp-impure.stdout @@ -1,4 +1,4 @@ -[1 of 1] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) -Linking plugin-recomp-test ... -[1 of 1] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) [Impure plugin forced recompilation] -Linking plugin-recomp-test ... +[1 of 2] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) +[2 of 2] Linking plugin-recomp-test +[1 of 2] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) [Impure plugin forced recompilation] +[2 of 2] Linking plugin-recomp-test [Objects changed] diff --git a/testsuite/tests/plugins/plugin-recomp-pure.stdout b/testsuite/tests/plugins/plugin-recomp-pure.stdout index a6828318a0..80f8d17697 100644 --- a/testsuite/tests/plugins/plugin-recomp-pure.stdout +++ b/testsuite/tests/plugins/plugin-recomp-pure.stdout @@ -1,2 +1,2 @@ -[1 of 1] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) -Linking plugin-recomp-test ... +[1 of 2] Compiling Main ( plugin-recomp-test.hs, plugin-recomp-test.o ) +[2 of 2] Linking plugin-recomp-test |