Skip to content
GitLab
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
377c1bc9
Commit
377c1bc9
authored
Mar 30, 2007
by
Ian Lynagh
Browse files
Use unified, rather than context, diffs
parent
afce490a
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
377c1bc9
...
...
@@ -936,7 +936,7 @@ def outputs_differ( kind, expected, actual ):
else
:
actual1
=
actual
os
.
system
(
'diff -
c
'
+
expected1
+
' '
+
actual1
)
os
.
system
(
'diff -
u
'
+
expected1
+
' '
+
actual1
)
if
config
.
accept
:
if
expected
==
''
:
...
...
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