Browse Source

Silence export_all warning if we're going to use it

Uman Shahzad 6 years ago
parent
commit
71774ccec7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/epgsql_SUITE.erl

+ 1 - 1
test/epgsql_SUITE.erl

@@ -15,7 +15,7 @@
     end_per_suite/1
     end_per_suite/1
 ]).
 ]).
 
 
--compile(export_all).
+-compile([export_all, nowarn_export_all]).
 
 
 modules() ->
 modules() ->
     [
     [