Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7b889eb8
Commit
7b889eb8
authored
Feb 23, 2006
by
simonpj
Browse files
Add expected output for rn049
parent
b5c9f368
Changes
2
Show whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/rename/should_compile/rn049.hs
View file @
7b889eb8
...
...
@@ -7,5 +7,5 @@
module
ShouldCompile
where
main
|
x
<-
1
*
2
+
3
*
4
=
undefined
main
|
x
<-
1
*
2
+
3
*
4
=
x
\ No newline at end of file
testsuite/tests/ghc-regress/rename/should_compile/rn049.stderr
0 → 100644
View file @
7b889eb8
rn049.hs:10:5:
Warning: accepting non-standard pattern guards (-fglasgow-exts to suppress this message)
x <- (1 * 2) + (3 * 4)
Write
Preview
Markdown
is supported
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