X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fmain.cpp;h=cf363983f2863802cb917d3e907552336bbde0c8;hp=0171e9c56de84dd0fff035d1b0c0f47d751d92a0;hb=68acc9698d0f6cdff0c2c6d1ea3b622916009f71;hpb=fe065a48f215ef391284f3448ba2e7f81e6c0596 diff --git a/check/main.cpp b/check/main.cpp index 0171e9c5..cf363983 100644 --- a/check/main.cpp +++ b/check/main.cpp @@ -46,7 +46,7 @@ int main() } } catch (exception const & e) { cout << "error: caught an exception: " << e.what() << endl; - result++; + result++; } if (result) {