Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
0fb039d8
Commit
0fb039d8
authored
Jun 27, 2001
by
sewardj
Browse files
[project @ 2001-06-27 16:31:45 by sewardj]
Update expected outputs.
parent
f6122f2d
Changes
10
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/codeGen/should_run/cg025.hs
View file @
0fb039d8
...
...
@@ -9,7 +9,7 @@ import Maybe
main
=
do
prog
<-
getProgName
let
Just
(
name
:
_
)
=
matchRegex
(
mkRegex
".*(cg025
.bin
)"
)
prog
let
Just
(
name
:
_
)
=
matchRegex
(
mkRegex
".*(cg025)"
)
prog
hPutStr
stderr
(
shows
name
"
\n
"
)
args
<-
getArgs
hPutStr
stderr
(
shows
args
"
\n
"
)
...
...
testsuite/tests/ghc-regress/deSugar/should_compile/ds002.stderr
View file @
0fb039d8
ds002.hs:7: Warning: Pattern match(es) are overlapped in the definition of function `f':
f y = ...
f z = ...
tests/ghc-regress/deSugar/should_compile/ds002.hs:7: Warning: Pattern match(es) are overlapped
In the definition of `f':
f y = ...
f z = ...
ds002.hs:11: Warning: Pattern match(es) are overlapped
in the definition of function `g':
g x y z = ...
tests/ghc-regress/deSugar/should_compile/
ds002.hs:11: Warning: Pattern match(es) are overlapped
In the definition of `g':
g x y z = ...
testsuite/tests/ghc-regress/deSugar/should_compile/ds003.stderr
View file @
0fb039d8
ds003.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `f':
f (x : (x1 : (x2 : x3))) ~(y, ys) z = ...
f x y True = ...
tests/ghc-regress/deSugar/should_compile/ds003.hs:5: Warning: Pattern match(es) are overlapped
In the definition of `f':
f (x : (x1 : (x2 : x3))) ~(y, ys) z = ...
f x y True = ...
testsuite/tests/ghc-regress/deSugar/should_compile/ds019.stderr
View file @
0fb039d8
ds019.hs:5: Warning: Pattern match(es) are overlapped in the definition of function `f':
f d (j, k) p = ...
f (e, f, g) l q = ...
f h (m, n) r = ...
tests/ghc-regress/deSugar/should_compile/ds019.hs:5: Warning: Pattern match(es) are overlapped
In the definition of `f':
f d (j, k) p = ...
f (e, f, g) l q = ...
f h (m, n) r = ...
testsuite/tests/ghc-regress/deSugar/should_compile/ds020.stderr
View file @
0fb039d8
ds020.hs:5: Warning: Pattern match(es) are overlapped
in the definition of function `a':
a ~(~[], ~[], ~[]) = ...
tests/ghc-regress/deSugar/should_compile/
ds020.hs:5: Warning: Pattern match(es) are overlapped
In the definition of `a':
a ~(~[], ~[], ~[]) = ...
ds020.hs:8: Warning: Pattern match(es) are overlapped
in the definition of function `b':
b ~(~x : (~xs : ~ys)) = ...
tests/ghc-regress/deSugar/should_compile/
ds020.hs:8: Warning: Pattern match(es) are overlapped
In the definition of `b':
b ~(~x : (~xs : ~ys)) = ...
ds020.hs:13: Warning: Pattern match(es) are overlapped in the definition of function `d':
d ~(n+43) = ...
d ~(n+999) = ...
tests/ghc-regress/deSugar/should_compile/ds020.hs:13: Warning: Pattern match(es) are overlapped
In the definition of `d':
d ~(n+43) = ...
d ~(n+999) = ...
ds020.hs:19: Warning: Pattern match(es) are overlapped
in the definition of function `f':
f (x@~[]) = ...
tests/ghc-regress/deSugar/should_compile/
ds020.hs:19: Warning: Pattern match(es) are overlapped
In the definition of `f':
f (x@~[]) = ...
testsuite/tests/ghc-regress/deSugar/should_compile/ds022.stderr
View file @
0fb039d8
ds022.hs:20: Warning: Pattern match(es) are overlapped in the definition of function `i':
i 1 1.1 = ...
i 2 2.2 = ...
tests/ghc-regress/deSugar/should_compile/ds022.hs:20: Warning: Pattern match(es) are overlapped
In the definition of `i':
i 1 1.1 = ...
i 2 2.2 = ...
testsuite/tests/ghc-regress/deSugar/should_compile/ds040.stderr
View file @
0fb039d8
ds040.hs:9: Warning: Pattern match(es) are overlapped
in the definition of function `^^^^':
^^^^ _ _ = ...
tests/ghc-regress/deSugar/should_compile/
ds040.hs:9: Warning: Pattern match(es) are overlapped
In the definition of `^^^^':
^^^^ _ _ = ...
testsuite/tests/ghc-regress/deSugar/should_compile/ds041.stderr
View file @
0fb039d8
ds041.hs:15:
tests/ghc-regress/deSugar/should_compile/
ds041.hs:15:
Warning: Field `x' is not initialised
In the record construction: Foo {}
i
n the definition of
function
`foo': Foo {}
I
n the definition of `foo': Foo {}
testsuite/tests/ghc-regress/deSugar/should_compile/ds043.stderr
View file @
0fb039d8
ds043.hs:8: Warning: Pattern match(es) are overlapped in a group of case alternatives beginning (B _ _ _ _ True False):
B {e = True, f = False} -> ...
tests/ghc-regress/deSugar/should_compile/ds043.hs:8: Warning: Pattern match(es) are overlapped
In a case alternative (B _ _ _ _ True False):
B {e = True, f = False} -> ...
testsuite/tests/ghc-regress/deSugar/should_compile/ds051.stderr
View file @
0fb039d8
ds051.hs:6: Warning: Pattern match(es) are overlapped
in the definition of function `f1':
f1 "ab" = ...
tests/ghc-regress/deSugar/should_compile/
ds051.hs:6: Warning: Pattern match(es) are overlapped
In the definition of `f1':
f1 "ab" = ...
ds051.hs:11: Warning: Pattern match(es) are overlapped
in the definition of function `f2':
f2 ('a' : ('b' : [])) = ...
tests/ghc-regress/deSugar/should_compile/
ds051.hs:11: Warning: Pattern match(es) are overlapped
In the definition of `f2':
f2 ('a' : ('b' : [])) = ...
ds051.hs:16: Warning: Pattern match(es) are overlapped
in the definition of function `f3':
f3 "ab" = ...
tests/ghc-regress/deSugar/should_compile/
ds051.hs:16: Warning: Pattern match(es) are overlapped
In the definition of `f3':
f3 "ab" = ...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment