Use native fake test and file name that matches executors

This commit is contained in:
Joe Ranweiler
2018-02-20 13:17:28 -08:00
parent 4d5e390c15
commit 93a95b0e96
+2 -2
View File
@@ -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);