Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
fix _read counter example
Browse files Browse the repository at this point in the history
  • Loading branch information
kinogmt committed Dec 28, 2011
1 parent 4ad1254 commit 07032c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qc_statem.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ qc_counterexample(Options, CounterExample) ->

%% counterexample read
qc_counterexample_read(FileName) ->
{ok, CounterExample} = file:consult(FileName),
{ok, [CounterExample]} = file:consult(FileName),
qc_counterexample([], CounterExample).

%% counterexample write
Expand Down

0 comments on commit 07032c5

Please sign in to comment.