Skip to content

Commit 7b1ac26

Browse files
committed
- Fixed mistake in Util.listSplit which broke test case meta/PartialFn8.
- Added test of listSplit to meta/UtilTest. git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6940 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 80a8c89 commit 7b1ac26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/Util.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6078,6 +6078,7 @@ algorithm
60786078
case (la,lb,index)
60796079
equation
60806080
(index == 0) = true;
6081+
lb = listReverse(lb);
60816082
then
60826083
(la,lb);
60836084
case ((a :: la),lb,index)

0 commit comments

Comments
 (0)