Skip to content

Commit

Permalink
Update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Jun 10, 2016
1 parent 99918a0 commit 1af79cf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions openmodelica/bootstrapping/ExpandableArrayTest.mos
Expand Up @@ -84,39 +84,39 @@ ExpandableArrayTest.Test(); getErrorString();
// set(2, 2) (1/2)
// ========================================
// 2: 2
// add(1) (2/2)
// add(1) (2/4)
// ========================================
// 1: 1
// 2: 2
// 3: 1
// add(3) (3/4)
// ========================================
// 1: 1
// 2: 2
// 3: 3
// 3: 1
// 4: 3
// set(5, 6) (4/8)
// ========================================
// 1: 1
// 2: 2
// 3: 3
// 3: 1
// 4: 3
// 5: 6
// update(5, 5) (4/8)
// ========================================
// 1: 1
// 2: 2
// 3: 3
// 3: 1
// 4: 3
// 5: 5
// shrink() (4/4)
// ========================================
// 1: 1
// 1: 5
// 2: 2
// 3: 3
// 4: 5
// 3: 1
// 4: 3
// set(6, 6) (5/8)
// ========================================
// 1: 1
// 1: 5
// 2: 2
// 3: 3
// 4: 5
// 3: 1
// 4: 3
// 6: 6
// clear() (0/8)
// ========================================
Expand Down

0 comments on commit 1af79cf

Please sign in to comment.