diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/rebindable')
5 files changed, 20 insertions, 20 deletions
diff --git a/testsuite/tests/ghc-regress/rebindable/rebindable2.stdout b/testsuite/tests/ghc-regress/rebindable/rebindable2.stdout index 970af0f0ab..ff6a69e060 100644 --- a/testsuite/tests/ghc-regress/rebindable/rebindable2.stdout +++ b/testsuite/tests/ghc-regress/rebindable/rebindable2.stdout @@ -18,7 +18,7 @@ start test test_fromInteger 135 end test test_fromInteger start test test_fromRational -189 % 2 +189%2 end test test_fromRational start test test_negate 15 @@ -33,11 +33,11 @@ start test test_fromInteger_pattern 9 (a + 7)=35 end test test_fromInteger_pattern 9 start test test_fromRational_pattern 0.5 -0.5=3 % 2 +0.5=3%2 end test test_fromRational_pattern 0.5 start test test_fromRational_pattern (-0.7) -(-0.7)=21 % 10 +(-0.7)=21%10 end test test_fromRational_pattern (-0.7) start test test_fromRational_pattern 1.7 -_=51 % 10 +_=51%10 end test test_fromRational_pattern 1.7 diff --git a/testsuite/tests/ghc-regress/rebindable/rebindable3.stdout b/testsuite/tests/ghc-regress/rebindable/rebindable3.stdout index 970af0f0ab..ff6a69e060 100644 --- a/testsuite/tests/ghc-regress/rebindable/rebindable3.stdout +++ b/testsuite/tests/ghc-regress/rebindable/rebindable3.stdout @@ -18,7 +18,7 @@ start test test_fromInteger 135 end test test_fromInteger start test test_fromRational -189 % 2 +189%2 end test test_fromRational start test test_negate 15 @@ -33,11 +33,11 @@ start test test_fromInteger_pattern 9 (a + 7)=35 end test test_fromInteger_pattern 9 start test test_fromRational_pattern 0.5 -0.5=3 % 2 +0.5=3%2 end test test_fromRational_pattern 0.5 start test test_fromRational_pattern (-0.7) -(-0.7)=21 % 10 +(-0.7)=21%10 end test test_fromRational_pattern (-0.7) start test test_fromRational_pattern 1.7 -_=51 % 10 +_=51%10 end test test_fromRational_pattern 1.7 diff --git a/testsuite/tests/ghc-regress/rebindable/rebindable4.stdout b/testsuite/tests/ghc-regress/rebindable/rebindable4.stdout index 970af0f0ab..ff6a69e060 100644 --- a/testsuite/tests/ghc-regress/rebindable/rebindable4.stdout +++ b/testsuite/tests/ghc-regress/rebindable/rebindable4.stdout @@ -18,7 +18,7 @@ start test test_fromInteger 135 end test test_fromInteger start test test_fromRational -189 % 2 +189%2 end test test_fromRational start test test_negate 15 @@ -33,11 +33,11 @@ start test test_fromInteger_pattern 9 (a + 7)=35 end test test_fromInteger_pattern 9 start test test_fromRational_pattern 0.5 -0.5=3 % 2 +0.5=3%2 end test test_fromRational_pattern 0.5 start test test_fromRational_pattern (-0.7) -(-0.7)=21 % 10 +(-0.7)=21%10 end test test_fromRational_pattern (-0.7) start test test_fromRational_pattern 1.7 -_=51 % 10 +_=51%10 end test test_fromRational_pattern 1.7 diff --git a/testsuite/tests/ghc-regress/rebindable/rebindable5.stdout b/testsuite/tests/ghc-regress/rebindable/rebindable5.stdout index 970af0f0ab..ff6a69e060 100644 --- a/testsuite/tests/ghc-regress/rebindable/rebindable5.stdout +++ b/testsuite/tests/ghc-regress/rebindable/rebindable5.stdout @@ -18,7 +18,7 @@ start test test_fromInteger 135 end test test_fromInteger start test test_fromRational -189 % 2 +189%2 end test test_fromRational start test test_negate 15 @@ -33,11 +33,11 @@ start test test_fromInteger_pattern 9 (a + 7)=35 end test test_fromInteger_pattern 9 start test test_fromRational_pattern 0.5 -0.5=3 % 2 +0.5=3%2 end test test_fromRational_pattern 0.5 start test test_fromRational_pattern (-0.7) -(-0.7)=21 % 10 +(-0.7)=21%10 end test test_fromRational_pattern (-0.7) start test test_fromRational_pattern 1.7 -_=51 % 10 +_=51%10 end test test_fromRational_pattern 1.7 diff --git a/testsuite/tests/ghc-regress/rebindable/rebindable6.stdout b/testsuite/tests/ghc-regress/rebindable/rebindable6.stdout index 970af0f0ab..ff6a69e060 100644 --- a/testsuite/tests/ghc-regress/rebindable/rebindable6.stdout +++ b/testsuite/tests/ghc-regress/rebindable/rebindable6.stdout @@ -18,7 +18,7 @@ start test test_fromInteger 135 end test test_fromInteger start test test_fromRational -189 % 2 +189%2 end test test_fromRational start test test_negate 15 @@ -33,11 +33,11 @@ start test test_fromInteger_pattern 9 (a + 7)=35 end test test_fromInteger_pattern 9 start test test_fromRational_pattern 0.5 -0.5=3 % 2 +0.5=3%2 end test test_fromRational_pattern 0.5 start test test_fromRational_pattern (-0.7) -(-0.7)=21 % 10 +(-0.7)=21%10 end test test_fromRational_pattern (-0.7) start test test_fromRational_pattern 1.7 -_=51 % 10 +_=51%10 end test test_fromRational_pattern 1.7 |