X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=tests%2Fcallable%2Finvokes_provided_function.cpp;h=5defb08cb1d2a790bd38274ac1cf0e89099452ae;hb=723cec55870209fc6fba43c1d7b49ada83c07faa;hp=7322da546907379b60858267d6164225c6db2fef;hpb=d4b5ce7fcb3c7ffcfbdc28684a66f0b21b7ec446;p=command.git diff --git a/tests/callable/invokes_provided_function.cpp b/tests/callable/invokes_provided_function.cpp index 7322da5..5defb08 100644 --- a/tests/callable/invokes_provided_function.cpp +++ b/tests/callable/invokes_provided_function.cpp @@ -14,7 +14,6 @@ void function(bool val) { }; int main() { - TestCallable callable(function); callable.callFunction(true);