mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
commit
6cd982c897
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ qc_module(QC=triq, _QCOpts, M) ->
|
|||
Failed ->
|
||||
[Failed]
|
||||
end;
|
||||
qc_module(QC=eqc, [], M) -> QC:module(M);
|
||||
qc_module(QC=eqc, QCOpts, M) -> QC:module(QCOpts, M).
|
||||
|
||||
find_prop_mods() ->
|
||||
|
|
Loading…
Reference in a new issue