X-Git-Url: https://git.dlugolecki.net.pl/?p=command.git;a=blobdiff_plain;f=tests%2Fargument%2Fhandles_float_value.cpp;h=93ff14f11484cad3b7108a99c110496a7a043249;hp=3fd86fb9bc8b6021cb63199c1444003ce7cded9b;hb=4d3ba3307820eed7fab532abd2d35e24359b5a51;hpb=e440905b4cbc8761e62ab645e686ceeada0bb5e6 diff --git a/tests/argument/handles_float_value.cpp b/tests/argument/handles_float_value.cpp index 3fd86fb..93ff14f 100644 --- a/tests/argument/handles_float_value.cpp +++ b/tests/argument/handles_float_value.cpp @@ -21,6 +21,10 @@ int main() { if (argument.understand(VALUE)) { argument.handle(); } + else { + cout << "Argument class do not understand float values\n"; + return 1; + } if (test == std::stof(VALUE)) { cout << "Argument class handles float values\n";