Skip to content

Commit

Permalink
load List.mo
Browse files Browse the repository at this point in the history
expected output
  • Loading branch information
hkiel committed Mar 14, 2016
1 parent a668b8a commit 2b6054f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmodelica/bootstrapping/PVectorTest.mos
Expand Up @@ -3,6 +3,7 @@
// status: correct
// teardown_command: rm -f PVectorTest_*

loadFile("../../../OMCompiler/Compiler/Util/List.mo");
loadFile("../../../OMCompiler/Compiler/Util/BasePVector.mo");
getErrorString();
loadFile("PVectorTest.mo");
Expand All @@ -12,6 +13,7 @@ getErrorString();

// Result:
// true
// true
// ""
// true
// ""
Expand Down

0 comments on commit 2b6054f

Please sign in to comment.