Skip to content

Commit

Permalink
Make the regression testing of library results work again
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21094 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 13, 2014
1 parent e568066 commit d7f6334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/SimulationResultsCmp.c
Expand Up @@ -767,7 +767,7 @@ void* SimulationResultsCmp_compareResults(int isResultCmp, int runningTestsuite,
}
} else {
if (success) {
*success = ((ddf.n == 0) && (ngetfailedvars == 0) && (vardiffindx == 0));
*success = ((ddf.n == 0) && (vardiffindx == 0));
}
}

Expand Down

0 comments on commit d7f6334

Please sign in to comment.