Use native fake test and file name that matches executors
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user