diff --git a/README.md b/README.md index fb86b97..4c66d55 100644 --- a/README.md +++ b/README.md @@ -248,21 +248,6 @@ If you're familiar with JUnit, here's the mapping: ## Advanced Usage -### Custom Error Handling (Testing) - -For unit testing uvmkit_check itself or capturing errors: - -```systemverilog -// Override error reporting before including -`define uvmkit_error_msg(typ, msg) \ - begin \ - error_count++; \ - last_error_msg = msg; \ - end - -`include "uvmkit_check.sv" -``` - ### Message Parameter Best Practices The `msg` parameter is always optional but recommended: