Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Oct 25, 2023
1 parent d4a6d06 commit a08f441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/asn1/test/error_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ bad_config_selective(Config) ->
{M, [{only_Seq_something, ['Seq', cc, whatever]}]}}],
{error,{undefined_name,whatever}} = run(P, Config, Conf9),

%% Conf9 = [{selective_decode,
%% {M, [{only_Seq_b, ['Seq', b, [2], whatever]}]}}],
%% {error,{bad_selective_decode_element,[2],x}} = run(P, Config, Conf9),
Conf10 = [{selective_decode,
{M, [{only_Seq_something, ['Seq', a, x]}]}}],
{error,{stepping_into_primitive,[a,x]}} = run(P, Config, Conf10),

ok.

Expand Down

0 comments on commit a08f441

Please sign in to comment.