We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40c5c0 commit 2be2693Copy full SHA for 2be2693
cppparser/test/unit/error-handler-test.cpp
@@ -52,6 +52,7 @@ TEST_CASE_METHOD(ErrorHandlerTest, "Error line and column")
52
}();
53
54
CHECK(errHandlerCalled);
55
+ parser.resetErrorHandler();
56
// CHECK(exceptionThrown);
57
(void) exceptionThrown;
58
}
0 commit comments