Skip to content

Commit 8aac5b3

Browse files
authored
Update FindIncorrectlyUsedExceptions.expected
1 parent 4202759 commit 8aac5b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
| test.cpp:23:3:23:11 | call to funcTest1 | There is an exception in the function that requires your attention. |
2-
| test.cpp:24:3:24:9 | call to DllMain | DllMain contains exeption no wrapped to try..catch blocks. |
1+
| test.cpp:35:3:35:33 | call to runtime_error | This object does not generate an exception. |
2+
| test.cpp:41:3:41:11 | call to funcTest1 | There is an exception in the function that requires your attention. |
3+
| 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)