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
Glasgow Haskell Compiler
GHC
Commits
d2ece6b5
Commit
d2ece6b5
authored
Apr 27, 2008
by
Ian Lynagh
Browse files
Add a test for spaces in SCCs (trac
#2036
)
parent
8632e56a
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/profiling/should_fail/Makefile
0 → 100644
View file @
d2ece6b5
TOP
=
../../../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/test.mk
testsuite/tests/ghc-regress/profiling/should_fail/all.T
0 → 100644
View file @
d2ece6b5
test
('
proffail001
',
normal
,
compile_fail
,
['
-prof -caf-all
'])
testsuite/tests/ghc-regress/profiling/should_fail/proffail001.hs
0 → 100644
View file @
d2ece6b5
module
Foo
where
wibble
::
a
wibble
=
{-# SCC "foo bar" #-}
wibble
testsuite/tests/ghc-regress/profiling/should_fail/proffail001.stderr
0 → 100644
View file @
d2ece6b5
proffail001.hs:5:17: Spaces are not allowed in SCCs
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