Skip to content

Commit 45a0b66

Browse files
committed
C++: Fix test after spelling fixes
1 parent 86ad9f5 commit 45a0b66

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 @@
11
| 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. |
3-
| test.cpp:42:3:42:9 | call to DllMain | DllMain contains an exeption not wrapped in a try..catch block. |
3+
| test.cpp:42:3:42:9 | call to DllMain | DllMain contains an exception not wrapped in a try..catch block. |

0 commit comments

Comments
 (0)