Browse Source

fix export_all

221V 1 year ago
parent
commit
ee85b2680d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/eqc/gproc_eqc_tests.erl

+ 1 - 1
test/eqc/gproc_eqc_tests.erl

@@ -15,7 +15,7 @@
 -include_lib("eunit/include/eunit.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -endif.
 -endif.
 
 
--compile(export_all).
+-compile([export_all, nowarn_export_all]).
 
 
 %%
 %%
 %% QUESTIONS:
 %% QUESTIONS: