Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
9b09753c
Commit
9b09753c
authored
Jul 19, 2008
by
Ian Lynagh
Browse files
Update output
parent
0e69b830
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/ghci024.py
View file @
9b09753c
...
...
@@ -157,7 +157,7 @@ other dynamic, non-language, flag settings:
-fno-warn-unused-binds
-fno-warn-unused-imports
-fno-warn-unused-matches
-fwarn-deprecations
-fwarn-
warnings-
deprecations
-fwarn-deprecated-flags
-fno-warn-orphans
-fno-warn-tabs
...
...
testsuite/tests/ghc-regress/rename/should_compile/rn050.hs
View file @
9b09753c
{-# OPTIONS_GHC -fwarn-deprecations #-}
{-# OPTIONS_GHC -fwarn-
warnings-
deprecations #-}
-- Test deprecation of constructors and class ops
...
...
testsuite/tests/ghc-regress/rename/should_compile/rn050.stderr
View file @
9b09753c
rn050.hs:7:0:
Warning:
Deprecated
use of data constructor `C'
Warning:
In the
use of data constructor `C'
(imported from Rn050_A):
Use D instead
Deprecated: "
Use D instead
"
rn050.hs:7:0:
Warning:
Deprecated
use of `op'
Warning:
In the
use of `op'
(imported from Rn050_A):
Use bop instead
Deprecated: "
Use bop instead
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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