Commit c12eac3d authored by stancakapost's avatar stancakapost
Browse files

added omit-restrition to template variable to agree with inout parameter

parent d42aab8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ module Sem_05040102_parameters_of_kind_template_017 {
    }
	
	testcase TC_Sem_05040102_parameters_of_kind_template_017() runs on GeneralComp {
        var template integer v_int1, v_int2 := 20;
        var template(omit) integer v_int1, v_int2 := 20;
        f(omit, 2, v_int1, v_int2);
	}