X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftest.h;h=d410377c4793102bb90525d6246fe77e5ca31b80;hb=9250c397ef4c8cd0328284df1cd666a18bfdeb69;hp=ae459f573b76f66bf5d9ec9df3240d49095326cb;hpb=1d09b14f91000e9e62bd2a0e7f0be53f2077e59c;p=libs%2Ftest.git diff --git a/source/test.h b/source/test.h index ae459f5..d410377 100644 --- a/source/test.h +++ b/source/test.h @@ -83,6 +83,7 @@ protected: void info(const std::string &); void debug(const std::string &); + void fail(const std::string &); }; template