Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
3c37e7d2
Commit
3c37e7d2
authored
Aug 08, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Aug 08, 2012
Browse files
Merge "tests: fix Continue() signatures"
parents
336ca9a4
a9a1eac6
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/config_test.cc
View file @
3c37e7d2
...
...
@@ -38,7 +38,7 @@ class ConfigTest : public ::libvpx_test::EncoderTest,
++
frame_count_out_
;
}
virtual
bool
Continue
()
{
virtual
bool
Continue
()
const
{
return
!
HasFatalFailure
()
&&
!
abort_
;
}
...
...
test/keyframe_test.cc
View file @
3c37e7d2
...
...
@@ -27,7 +27,7 @@ class KeyframeTest : public ::libvpx_test::EncoderTest,
set_cpu_used_
=
0
;
}
virtual
bool
Continue
()
{
virtual
bool
Continue
()
const
{
return
!
HasFatalFailure
()
&&
!
abort_
;
}
...
...
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