Sync with 5.3.0
[deliverable/titan.core.git] / regression_test / cfgFile / module_parameters / assignment / assignment.cfg
index cc52824c4018f7b713da01c2bc7fd2ac73181d5f..46e7995c824f294a84123dec7db62c01a018dc1c 100644 (file)
@@ -129,10 +129,10 @@ tsp_anytype_float := {float := 42.0}
 tsp_anytype_MyRec := {MyRec := {field1 := 1, field2 := 2}}
 
 // Component
-//tsp_component_null := null //modulepar cannot be of type component 
+tsp_component_null := null
 
 // Default
-//tsp_default := null //modulepar cannot be of type default
+tsp_default := null
 
 // Nested array, record of & set of
 tsp_nested.roi := { 4, 5 };
This page took 0.024002 seconds and 5 git commands to generate.