Skip to content
Snippets Groups Projects
Commit ec882d61 authored by balaskoa's avatar balaskoa
Browse files

removed bad comments in prev committed lines 2.


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: Ibca8162cdddb527a3ffc76b28cd068b9732cc220
parent 3e10e3de
No related branches found
No related tags found
No related merge requests found
......@@ -586,7 +586,7 @@ testcase tc_altstep_os_idx() runs on CT {
var octetstring vl_str := '0001'O
connect(self:OS, self:OS);
T.start(1.0);
OS.send(vl_str[0]); //<====== This is compiled for an erroneous code
OS.send(vl_str[0]);
as_os(vl_str[0]);
T.stop;
}
......
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