Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
5c0012be
Commit
5c0012be
authored
Jun 17, 2013
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Trac
#7969
parent
82fc2612
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
0 deletions
+19
-0
testsuite/tests/rename/should_compile/Makefile
testsuite/tests/rename/should_compile/Makefile
+5
-0
testsuite/tests/rename/should_compile/T7969.hs
testsuite/tests/rename/should_compile/T7969.hs
+5
-0
testsuite/tests/rename/should_compile/T7969.stdout
testsuite/tests/rename/should_compile/T7969.stdout
+1
-0
testsuite/tests/rename/should_compile/T7969a.hs
testsuite/tests/rename/should_compile/T7969a.hs
+3
-0
testsuite/tests/rename/should_compile/all.T
testsuite/tests/rename/should_compile/all.T
+5
-0
No files found.
testsuite/tests/rename/should_compile/Makefile
View file @
5c0012be
...
...
@@ -46,3 +46,8 @@ T7963:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T7963a.hs
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T7963.hs
-ddump-minimal-imports
cat
T7963.imports
T7969
:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T7969a.hs
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T7969.hs
-ddump-minimal-imports
cat
T7969.imports
testsuite/tests/rename/should_compile/T7969.hs
0 → 100644
View file @
5c0012be
{-# LANGUAGE StandaloneDeriving #-}
module
T7969
where
import
T7969a
deriving
instance
Eq
T
testsuite/tests/rename/should_compile/T7969.stdout
0 → 100644
View file @
5c0012be
import T7969a ( T(..) )
testsuite/tests/rename/should_compile/T7969a.hs
0 → 100644
View file @
5c0012be
module
T7969a
where
data
T
=
MkT
testsuite/tests/rename/should_compile/all.T
View file @
5c0012be
...
...
@@ -209,3 +209,8 @@ test('T7963',
'
T7963.imports
'])],
run_command
,
['
$MAKE -s --no-print-directory T7963
'])
test
('
T7969
',
[
extra_clean
(['
T7969a.hi
',
'
T7969a.o
',
'
T7969.imports
'])],
run_command
,
['
$MAKE -s --no-print-directory T7969
'])
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