Skip to content
Snippets Groups Projects
Commit 16ea9caf authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Fixed copy-paste error


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 5952fc78
No related branches found
No related tags found
8 merge requests!258OOP: classes embedded in structures - part 1 (issue #601),!243OOP: added semantic checks for overriding/shadowing object methods (issue #596),!242OOP: updated presence checking operators and object methods (issue #596),!241OOP: fixed super-constructor call parameter code generation for structured values and templates (issue #591),!239Fixed an issue with the parameter default value location change (issue #581),!238OOP: fixed name clash in the constructor and improved previous modifications...,!237Made location information for parameter default value assignments more accurate (issue #581),!236Fixed 'implicit omit' inside optional fields that are present (issue #588)
......@@ -584,7 +584,7 @@ testcase tc_io_embedded_optional() runs on O {
setverdict(fail, "t_emb_opt: ", t_emb_opt);
}
if (not isbound(mp_emb_opt) or mp_emb_opt.m.b != omit) {
setverdict(fail, "c_emb_opt: ", mp_emb_opt);
setverdict(fail, "mp_emb_opt: ", mp_emb_opt);
}
setverdict(pass);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment