From 93a95b0e964681e249fb91b90727154045051290 Mon Sep 17 00:00:00 2001 From: Joe Ranweiler Date: Tue, 20 Feb 2018 13:17:28 -0800 Subject: [PATCH] Use native fake test and file name that matches executors --- src/lib/DeepState.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/DeepState.c b/src/lib/DeepState.c index 05b4b79..1260f28 100644 --- a/src/lib/DeepState.c +++ b/src/lib/DeepState.c @@ -368,8 +368,8 @@ int DeepState_TakeOver(void) { struct DeepState_TestInfo test = { .prev = NULL, .test_func = NULL, - .test_name = "<__TAKE_OVER_TEST>", - .file_name = "<__TAKE_OVER_FILE>", + .test_name = "__takeover_test", + .file_name = "__takeover_file", .line_number = 0, }; DeepState_Begin(&test);