Update FindIncorrectlyUsedExceptions.expected

This commit is contained in:
ihsinme
2021-11-23 09:56:02 +03:00
committed by GitHub
parent 62ae702e07
commit 70081defdc

View File

@@ -1,3 +1,3 @@
| test.cpp:35:3:35:33 | call to runtime_error | This object does not generate an exception. |
| test.cpp:35:3:35:33 | call to runtime_error | Object creation of exception type on stack. Did you forget the throw keyword? |
| test.cpp:41:3:41:11 | call to funcTest1 | There is an exception in the function that requires your attention. |
| test.cpp:42:3:42:9 | call to DllMain | DllMain contains an exeption not wrapped in a try..catch block. |