summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rebindable
diff options
context:
space:
mode:
authorsimonpj <unknown>2004-06-21 16:18:16 +0000
committersimonpj <unknown>2004-06-21 16:18:16 +0000
commitac3ef43bba20e4a7d44a472afdd429cee579e7d4 (patch)
tree3ef106580b5f69c853760447b24b49b43045af0b /testsuite/tests/ghc-regress/rebindable
parentf07f81975839b4cde35f8e96ac4bb3a4a385fc45 (diff)
downloadhaskell-ac3ef43bba20e4a7d44a472afdd429cee579e7d4.tar.gz
[project @ 2004-06-21 16:10:45 by simonpj]
Accept Show for rationals without space round %
Diffstat (limited to 'testsuite/tests/ghc-regress/rebindable')
-rw-r--r--testsuite/tests/ghc-regress/rebindable/rebindable2.stdout8
-rw-r--r--testsuite/tests/ghc-regress/rebindable/rebindable3.stdout8
-rw-r--r--testsuite/tests/ghc-regress/rebindable/rebindable4.stdout8
-rw-r--r--testsuite/tests/ghc-regress/rebindable/rebindable5.stdout8
-rw-r--r--testsuite/tests/ghc-regress/rebindable/rebindable6.stdout8
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