[test suite] minor fix for duplicate fault injection tags

This commit is contained in:
Michael Rash 2014-06-05 23:10:41 -04:00
parent 6d1d66fe03
commit 1b4d7f5b19

View File

@ -26,9 +26,7 @@ const char *fiu_tags[] = {
"fko_set_spa_encryption_mode_init",
"fko_set_spa_encryption_mode_val",
"fko_set_spa_message_type_init",
"fko_set_spa_message_type_val",
"fko_set_timestamp_init",
"fko_set_timestamp_val"
"fko_set_spa_message_type_val"
};
const int fiu_rvs[] = {
FKO_ERROR_MEMORY_ALLOCATION,