Skip to content

Commit

Permalink
Fix remaining tests
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15105 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 8, 2013
1 parent ded5128 commit f252efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenC.tpl
Expand Up @@ -8522,7 +8522,7 @@ end patternMatch;
template infoArgs(Info info)
::=
match info
case INFO(__) then '"<%fileName%>",<%lineNumberStart%>,<%columnNumberStart%>,<%lineNumberEnd%>,<%columnNumberEnd%>,<%if isReadOnly then 1 else 0%>'
case INFO(__) then '"<%testsuiteFriendly(fileName)%>",<%lineNumberStart%>,<%columnNumberStart%>,<%lineNumberEnd%>,<%columnNumberEnd%>,<%if isReadOnly then 1 else 0%>'
end infoArgs;

template assertCommon(Exp condition, Exp message, Exp level, Context context, Text &varDecls, Info info)
Expand Down

0 comments on commit f252efb

Please sign in to comment.