Skip to content

Commit

Permalink
compiler: Remove check that non-deterministic compilation is non-dete…
Browse files Browse the repository at this point in the history
…rminstic
  • Loading branch information
garazdawi committed Jun 24, 2024
1 parent 5d0184e commit 2149640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/compiler/test/compile_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,6 @@ deterministic_paths_1(DataDir, Name, Opts) ->
deterministic_docs(Config) when is_list(Config) ->
DataDir = proplists:get_value(data_dir, Config),
Filepath = filename:join(DataDir, "ssh"),
false = deterministic_docs_1(Filepath, [binary], 25),
true = deterministic_docs_1(Filepath, [binary, deterministic], 25),
ok.

Expand Down

0 comments on commit 2149640

Please sign in to comment.