Skip to content

Commit 3f3d2dc

Browse files
committed
tools: Remove unsupported tprof test option
Signed-off-by: ruslandoga <ruslandoga+gh@icloud.com>
1 parent 139c3aa commit 3f3d2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tools/test/tprof_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ server(Config) when is_list(Config) ->
517517

518518
%% test ad-hoc profiling can be done while running server-aided
519519
%% for that, profiler should have very specific pattern
520-
{_, AdHoc} = tprof:profile(lists, seq, [1, 32], #{registered => false, pattern => {lists, '_', '_'},
520+
{_, AdHoc} = tprof:profile(lists, seq, [1, 32], #{pattern => {lists, '_', '_'},
521521
report => return, type => call_memory}),
522522
%% check totals: must be 64 words allocated by a single lists:seq_loop
523523
?assertMatch(#{all := {call_memory, 64, [{lists, _, _, 64, _, _}]}},

0 commit comments

Comments
 (0)