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
61292cb6
Commit
61292cb6
authored
Mar 30, 2009
by
Simon Marlow
Browse files
clean .eventlog files
parent
ac5afe0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
61292cb6
...
@@ -465,7 +465,7 @@ def test_common_work (name, opts, func, args):
...
@@ -465,7 +465,7 @@ def test_common_work (name, opts, func, args):
'.interp.stderr.normalised'
,
'.interp.stdout.normalised'
,
'.interp.stderr.normalised'
,
'.interp.stdout.normalised'
,
'.stats'
,
'.stats'
,
'.hi'
,
'.o'
,
'.prof'
,
'.exe.prof'
,
'.hc'
,
'_stub.h'
,
'_stub.c'
,
'.hi'
,
'.o'
,
'.prof'
,
'.exe.prof'
,
'.hc'
,
'_stub.h'
,
'_stub.c'
,
'_stub.o'
,
'.hp'
,
'.exe.hp'
,
'.ps'
,
'.aux'
,
'.hcr'
]))
'_stub.o'
,
'.hp'
,
'.exe.hp'
,
'.ps'
,
'.aux'
,
'.hcr'
,
'.eventlog'
]))
clean
(
getTestOpts
().
clean_files
)
clean
(
getTestOpts
().
clean_files
)
...
...
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