Commit b5972981 authored by stancakapost's avatar stancakapost
Browse files

minor fixes

parent e8569384
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ module Sem_0601020601_MixingSubtype_001 {
    testcase TC_Sem_0601020601_MixingSubtype_001() runs on GeneralComp {
        var lessThanPiAndNaN v_f;
        v_f := 3.14E0;
        v_f := 0;
        v_f := 0.0;
        v_f := -4E40;
        v_f := not_a_number
        v_f := not_a_number;
		setverdict(pass);
    }