Skip to content

Commit 6fd0701

Browse files
committed
Add EQC ifdefs.
1 parent bda1b5c commit 6fd0701

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/verify_listkeys_eqcfsm.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-module(verify_listkeys_eqcfsm).
22
-compile(export_all).
33

4+
-ifdef(EQC).
45
-include_lib("eqc/include/eqc.hrl").
56
-include_lib("eqc/include/eqc_fsm.hrl").
67
-include_lib("eunit/include/eunit.hrl").
@@ -239,3 +240,4 @@ sort_keys({error, _}=Error) ->
239240
sort_keys(Keys) ->
240241
lists:usort(Keys).
241242

243+
-endif. % EQC

0 commit comments

Comments
 (0)