This commit is contained in:
rusefi 2017-03-05 21:54:22 -05:00
parent 0533fcfc22
commit baf7897a5e
2 changed files with 2 additions and 4 deletions

View File

@ -127,10 +127,8 @@ case DODGE_STRATUS:
case TEST_CIVIC_4_0_BOTH:
case TEST_CIVIC_4_0_RISE:
return "civictest";
#if EFI_UNIT_TEST || defined(__DOXYGEN__)
case TEST_ISSUE_366:
return "unittest";
#endif
}
return NULL;
}

View File

@ -153,9 +153,9 @@ typedef enum {
TEST_CIVIC_4_0_RISE = 51,
#if EFI_UNIT_TEST || defined(__DOXYGEN__)
//todo: why does this not work?#if EFI_UNIT_TEST || defined(__DOXYGEN__)
TEST_ISSUE_366 = 52,
#endif
//todo:#endif
Force_4b_engine_type = ENUM_32_BITS,
} engine_type_e;