summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack')
-rw-r--r--testsuite/tests/backpack/reexport/bkpreex02.stderr8
-rw-r--r--testsuite/tests/backpack/should_compile/bkp24.stderr4
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail14.stderr2
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail15.stderr2
4 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/backpack/reexport/bkpreex02.stderr b/testsuite/tests/backpack/reexport/bkpreex02.stderr
index 44c07c44ff..8ae6714f33 100644
--- a/testsuite/tests/backpack/reexport/bkpreex02.stderr
+++ b/testsuite/tests/backpack/reexport/bkpreex02.stderr
@@ -15,11 +15,11 @@
[2 of 2] Compiling T ( r-impl/T.hs, nothing )
[5 of 5] Processing r
Instantiating r
- [1 of 1] Including q[H=r-impl:H, T=r-impl:T]
- Instantiating q[H=r-impl:H, T=r-impl:T]
+ [1 of 1] Including q[H=r-impl:H,T=r-impl:T]
+ Instantiating q[H=r-impl:H,T=r-impl:T]
[1 of 2] Including timpl
- [2 of 2] Including p[H=r-impl:H, T=r-impl:T]
- Instantiating p[H=r-impl:H, T=r-impl:T]
+ [2 of 2] Including p[H=r-impl:H,T=r-impl:T]
+ Instantiating p[H=r-impl:H,T=r-impl:T]
[1 of 2] Compiling T[sig] ( p/T.hsig, nothing )
[2 of 2] Compiling H[sig] ( p/H.hsig, nothing )
[1 of 3] Compiling T[sig] ( q/T.hsig, nothing )
diff --git a/testsuite/tests/backpack/should_compile/bkp24.stderr b/testsuite/tests/backpack/should_compile/bkp24.stderr
index 73e1f9d6fb..ddafe4150b 100644
--- a/testsuite/tests/backpack/should_compile/bkp24.stderr
+++ b/testsuite/tests/backpack/should_compile/bkp24.stderr
@@ -15,8 +15,8 @@
Instantiating r
[1 of 2] Including q[B=b:B]
Instantiating q[B=b:B]
- [1 of 2] Including p[A=a:A, B=b:B]
- Instantiating p[A=a:A, B=b:B]
+ [1 of 2] Including p[A=a:A,B=b:B]
+ Instantiating p[A=a:A,B=b:B]
[1 of 3] Compiling A[sig] ( p/A.hsig, bkp24.out/p/p-BVwzUlgOVR6H8V9umpUZ2h/A.o )
[2 of 3] Compiling B[sig] ( p/B.hsig, bkp24.out/p/p-BVwzUlgOVR6H8V9umpUZ2h/B.o )
[3 of 3] Compiling P ( p/P.hs, bkp24.out/p/p-BVwzUlgOVR6H8V9umpUZ2h/P.o )
diff --git a/testsuite/tests/backpack/should_fail/bkpfail14.stderr b/testsuite/tests/backpack/should_fail/bkpfail14.stderr
index ddfddeeb91..d89e6cab28 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail14.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail14.stderr
@@ -15,4 +15,4 @@ bkpfail14.bkp:9:9: error:
Main module: f :: GHC.Types.Bool
Hsig file: f :: GHC.Types.Int
The two types are different
- • while checking that QMe implements signature Q in p[Q=QMe, Q2=Q2]
+ • while checking that QMe implements signature Q in p[Q=QMe,Q2=Q2]
diff --git a/testsuite/tests/backpack/should_fail/bkpfail15.stderr b/testsuite/tests/backpack/should_fail/bkpfail15.stderr
index e761cb102e..f32cd6dcf7 100644
--- a/testsuite/tests/backpack/should_fail/bkpfail15.stderr
+++ b/testsuite/tests/backpack/should_fail/bkpfail15.stderr
@@ -14,4 +14,4 @@ bkpfail15.bkp:8:9: error:
Main module: f :: GHC.Types.Bool
Hsig file: f :: GHC.Types.Int
The two types are different
- • while checking that q:Q implements signature Q in p[A=<A>, Q=q:Q]
+ • while checking that q:Q implements signature Q in p[A=<A>,Q=q:Q]