aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/test_config.cc')
-rw-r--r--test/core/util/test_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/util/test_config.cc b/test/core/util/test_config.cc
index 536045e1c3..a673d6b97a 100644
--- a/test/core/util/test_config.cc
+++ b/test/core/util/test_config.cc
@@ -176,7 +176,7 @@ static LONG crash_handler(struct _EXCEPTION_POINTERS *ex_info) {
static void abort_handler(int sig) {
fprintf(stderr, "Abort handler called.\n");
- print_current_stack(NULL);
+ print_current_stack();
if (IsDebuggerPresent()) {
__debugbreak();
} else {