Skip to content

Commit 70081de

Browse files
authored
Update FindIncorrectlyUsedExceptions.expected
1 parent 62ae702 commit 70081de

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)