Skip to content

Commit 0565490

Browse files
author
Jens Frenkel
committed
- fix testsuite
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11792 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 2f5cb92 commit 0565490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/BackEnd/BackendDump.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ algorithm
620620
case (BackendDAE.DAE(eqs,shared))
621621
equation
622622
List.map_0(eqs,dumpEqSystem);
623-
print("**************************************************\n");
623+
print("\n");
624624
dumpShared(shared);
625625
then
626626
();

0 commit comments

Comments
 (0)