Skip to content

Commit

Permalink
- Fix Error.mo (don't change name if empty string is given)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 20, 2010
1 parent 26b7806 commit 20ecc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Error.mo
Expand Up @@ -980,6 +980,7 @@ everyone running the testsuite."
output String outFilename;
algorithm
outFilename := matchcontinue filename
case "" then ""; // Absyn.dummyInfo
case filename
equation
true = RTOpts.getRunningTestsuite();
Expand Down

0 comments on commit 20ecc71

Please sign in to comment.