|
@@ -317,7 +317,7 @@ namespace
|
|
}
|
|
}
|
|
else if (pFile == "stdException.fail")
|
|
else if (pFile == "stdException.fail")
|
|
{
|
|
{
|
|
- throw std::exception("std::exception test");
|
|
|
|
|
|
+ throw std::runtime_error("std::exception test");
|
|
}
|
|
}
|
|
else if (pFile == "unexpectedException.fail")
|
|
else if (pFile == "unexpectedException.fail")
|
|
{
|
|
{
|