Skip to content

Commit

Permalink
Fix testsuite
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12271 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 4, 2012
1 parent 91d7bfb commit f4a7b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DAEDump.mo
Expand Up @@ -1872,7 +1872,7 @@ algorithm
case (DAE.STMT_FOR(iter = id,index = index,range = e,statementLst = stmts),i)
equation
s1 = indentStr(i);
s2 = /* Util.if_(index == -1, "", */ "/* iter index " +& intString(index) +& " */" /* ) */;
s2 = Util.if_(index == -1, "", "/* iter index " +& intString(index) +& " */");
s3 = ExpressionDump.printExpStr(e);
i_1 = i + 2;
s4 = ppStmtListStr(stmts, i_1);
Expand Down

0 comments on commit f4a7b41

Please sign in to comment.