Skip to content

Commit

Permalink
[ci] Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 28, 2022
1 parent c46ff23 commit c2bdb6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Editor/DomainTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ TEST_CASE("test_visit", "test_visit")
auto range = ossia::make_domain(-1, 1);
struct my_vis
{
void operator()(ossia::domain_base<char>) { }
void operator()(ossia::domain_base<int>& d)
{
if(d.min)
Expand Down

0 comments on commit c2bdb6b

Please sign in to comment.