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
a67606ed
Commit
a67606ed
authored
Aug 29, 2006
by
Ian Lynagh
Browse files
Clean .hp files
parent
5bd76f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
a67606ed
...
...
@@ -425,7 +425,7 @@ def test_common_work (name, opts, func, args):
'.comp.stderr'
,
'.comp.stdout'
,
'.interp.stderr'
,
'.interp.stdout'
,
'.hi'
,
'.o'
,
'.prof'
,
'.hc'
,
'_stub.h'
,
'_stub.c'
,
'_stub.o'
]))
'_stub.o'
,
'.hp'
]))
def
clean
(
names
):
clean_full_paths
(
map
(
lambda
name
:
in_testdir
(
name
),
names
))
...
...
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