diff --git a/Compiler/Script/CevalScript.mo b/Compiler/Script/CevalScript.mo index 455a80a505c..c096e09e07a 100644 --- a/Compiler/Script/CevalScript.mo +++ b/Compiler/Script/CevalScript.mo @@ -6505,7 +6505,7 @@ protected function hasStopTime2 "For use with getNamedAnnotation" input Absyn.ElementArg arg; output Boolean b; algorithm - experimentStr := match (arg) + b := match (arg) local list arglst; list strs;