test/Tools/isac/Interpret/calchead.sml
changeset 59248 5eba5e6d5266
parent 59188 c477d0f79ab9
child 59253 f0bb15a046ae
     1.1 --- a/test/Tools/isac/Interpret/calchead.sml	Wed Oct 05 10:51:25 2016 +0200
     1.2 +++ b/test/Tools/isac/Interpret/calchead.sml	Wed Oct 05 13:09:54 2016 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4      ["Test","squ-equ-test-subpbl1"]))];
     1.5   Iterator 1;
     1.6   moveActiveRoot 1;
     1.7 - autoCalculate' 1 CompleteCalc;
     1.8 + autoCalculate 1 CompleteCalc;
     1.9   moveActiveFormula 1 ([2],Res); (*there is "-1 + x = 0"*)
    1.10   replaceFormula 1 "x = 1"; 
    1.11   (*... returns calcChangedEvent with ...*)