Skip to content

Commit

Permalink
cleanup duplicate prop test hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Jan 14, 2025
1 parent 4bc16c9 commit 0d2890a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/testprops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ namespace
const prop::Property<>* cprop = find_prop(prop_meta[i].get_name(), cprops);
assert(cprop);
}
std::printf("===============================================================\n");
}

void try_defaults()
Expand Down Expand Up @@ -117,7 +116,6 @@ namespace
break;
}
}
std::printf("===============================================================\n");
}

void try_assignment()
Expand Down Expand Up @@ -163,7 +161,6 @@ namespace
break;
}
}
std::printf("===============================================================\n");
}

void try_assignment_clamp()
Expand Down Expand Up @@ -211,7 +208,6 @@ namespace
continue;
}
}
std::printf("===============================================================\n");
}

void try_pack_unpack()
Expand Down Expand Up @@ -296,6 +292,7 @@ namespace

set_prop("prop_test_cb_0", 3, props_with_cb, "hello world");
assert(called);
std::printf("===============================================================\n");
}

void try_to_string()
Expand Down

0 comments on commit 0d2890a

Please sign in to comment.