Skip to content

Commit cb4725a

Browse files
eqwalize some tests
Summary: enroll, fix small typing issues Reviewed By: TD5 Differential Revision: D80446751 fbshipit-source-id: 0a203a37ba01ce78cc511472f9d76f11015d1f3e
1 parent d413f10 commit cb4725a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

finer_taint/test/abstract_machine_proclet_SUITE.erl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
%%% @end
2020
%%% -------------------------------------------------------------------
2121
-module(abstract_machine_proclet_SUITE).
22+
-typing([eqwalizer]).
2223

23-
-include_lib("stdlib/include/assert.hrl").
24+
-include_lib("assert/include/assert.hrl").
2425

2526
%% Test server callbacks
2627
-export([
@@ -89,7 +90,7 @@ message_pass_between_proclets(_Config) ->
8990
done(),
9091
done(),
9192
abstract_machine_proclet_sup:stop_all_proclets(),
92-
Leaks = taint_gatherer:get_gathered_leaks(taint_gatherer, 1000, [wait_till_timeout]),
93+
Leaks = taint_gatherer:get_gathered_leaks(taint_gatherer, 1000, [notapid]),
9394
?assertEqual(
9495
#{
9596
{leak, "sink.erl1", [

0 commit comments

Comments
 (0)