소스 검색

drop warnings for `export_all` in test profile

pull/1585/head
alisdair sullivan 7 년 전
committed by GitHub
부모
커밋
36c2564350
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config 파일 보기

@ -39,7 +39,7 @@
%% Profiles
{profiles, [{test, [
{deps, [{meck, "0.8.7"}]},
{erl_opts, [debug_info]}
{erl_opts, [debug_info, nowarn_export_all]}
]
},

불러오는 중...
취소
저장