Skip to content

Commit 916ead7

Browse files
made tests() static
Co-authored-by: realstealthninja <[email protected]>
1 parent e0fc3d8 commit 916ead7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/binary_addition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class BinaryAddition {
8282
/**
8383
* @brief run self test implementation.
8484
*/
85-
void tests() {
85+
static void tests() {
8686
greedy_algorithms::BinaryAddition binaryAddition;
8787

8888
// Valid binary string tests

0 commit comments

Comments
 (0)