We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0148cc5 commit ed64d14Copy full SHA for ed64d14
openmodelica/bootstrapping/HashTableTest.mo
@@ -29,7 +29,7 @@ algorithm
29
ht := add((def,DAE.ICONST(i*7)),ht);
30
lst := get(def,ht)::lst;
31
ht := add((wild,DAE.ICONST(i*9)),ht);
32
- ht := delete(wild,ht);
+ delete(wild,ht);
33
failure(lst := get(wild,ht)::lst);
34
values := BaseHashTable.hashTableValueList(ht);
35
HashTableStringToPath.emptyHashTable() "verify that this also works";
0 commit comments