Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
f57133aa
Commit
f57133aa
authored
Jul 06, 2016
by
Wenzel Jakob
Browse files
correction to #266 fix
parent
c2f6841c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
example/run_test.py
example/run_test.py
+2
-2
No files found.
example/run_test.py
View file @
f57133aa
...
@@ -68,6 +68,6 @@ else:
...
@@ -68,6 +68,6 @@ else:
print
(
'Test "%s" FAILED!'
%
name
)
print
(
'Test "%s" FAILED!'
%
name
)
print
(
'--- output'
)
print
(
'--- output'
)
print
(
'+++ reference'
)
print
(
'+++ reference'
)
print
(
'
\n
'
.
join
(
difflib
.
ndiff
(
output
.
splitlines
(),
print
(
''
.
join
(
difflib
.
ndiff
(
output
.
splitlines
(
True
),
reference
.
splitlines
())))
reference
.
splitlines
(
True
))))
exit
(
-
1
)
exit
(
-
1
)
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