Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
74c8b8cd
Commit
74c8b8cd
authored
Feb 05, 2019
by
Michaël Roynard
Browse files
Fix unit test
parent
fb479d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/core/image/view/filter.cpp
View file @
74c8b8cd
...
...
@@ -94,7 +94,7 @@ TEST(View, filter_twice)
static_assert
(
not
concepts
::
RawImage
<
decltype
(
u
)
>
);
#endif // PYLENE_CONCEPT_TS_ENABLED
ASSERT_TRUE
(
mln
::
experimental
::
all_of
(
land
(
u
>
10
,
u
<
15
)));
//
ASSERT_TRUE(mln::experimental::all_of(land(u > 10, u < 15)));
mln_foreach_new
(
auto
&&
pix
,
ima
.
new_pixels
())
{
...
...
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