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
b60461e4
Commit
b60461e4
authored
Jun 24, 2013
by
Simon Peyton Jones
Browse files
Test Trac #7995
parent
57bfe489
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/simplCore/should_compile/Makefile
View file @
b60461e4
...
...
@@ -103,3 +103,8 @@ T7796:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-O1
-c
T7796.hs
-ddump-prep
>
T7796.prep
(
grep
-q
'$$w$$sgo'
T7796.prep
||
echo
'could not find $$w$$sgo; compilation was not as expected'
)
-
grep
-c
' $$sgo'
T7796.prep
T7995
:
$(RM)
-f
T7995.hi T7995.o
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-package
ghc
-ddump-rule-firings
-c
-O
T7995.hs |
grep
'text/str'
testsuite/tests/simplCore/should_compile/T7995.hs
0 → 100644
View file @
b60461e4
-- We import Pretty from package ghc
module
T7995
where
import
Pretty
foo
=
text
"test"
testsuite/tests/simplCore/should_compile/T7995.stdout
0 → 100644
View file @
b60461e4
Rule fired: text/str
testsuite/tests/simplCore/should_compile/all.T
View file @
b60461e4
...
...
@@ -179,3 +179,8 @@ test('T7702',
compile
,
['
-v0 -package-db T7702plugin/pkg.T7702/local.package.conf -fplugin T7702Plugin -package T7702plugin
'
+
config
.
ghci_way_flags
])
test
('
T7995
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T7995
'])
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