Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed May 18, 2023
1 parent 3bd3580 commit dc49201
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/unit/test_api7.c
Expand Up @@ -152,7 +152,7 @@ static const bool supported[NUM_SMT_LOGICS] = {
false, // NRA
false, // NIRA
false, // RDL
false, // UF
false, // UF
false, // ABV
false, // ALIA
false, // ALRA
Expand Down Expand Up @@ -193,9 +193,9 @@ static const bool supported[NUM_SMT_LOGICS] = {
true, // QF_ALIA
true, // QF_ALRA
true, // QF_ALIRA
false, // QF_ANIA
false, // QF_ANRA
false, // QF_ANIRA
true, // QF_ANIA
true, // QF_ANRA
true, // QF_ANIRA
true, // QF_AUF
true, // QF_UFBV
true, // QF_UFIDL
Expand All @@ -210,9 +210,9 @@ static const bool supported[NUM_SMT_LOGICS] = {
true, // QF_AUFLIA
true, // QF_AUFLRA
true, // QF_AUFLIRA
false, // QF_AUFNIA
false, // QF_AUFNRA
false, // QF_AUFNIRA
true, // QF_AUFNIA
true, // QF_AUFNRA
true, // QF_AUFNIRA

true, // ALL ==> QF_AUFLIRA + QF+_BV
};
Expand Down

0 comments on commit dc49201

Please sign in to comment.