Skip to content

Commit

Permalink
Merge pull request #14 from haguenau/etest-header-fix-unbound
Browse files Browse the repository at this point in the history
In assert_no_match, replace unbound variable __V with hopefully-bound variable ExprValue.
  • Loading branch information
Johannes Huning committed Dec 2, 2015
2 parents 9ca5c52 + 879e421 commit e6cacd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/etest.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
{line, ?LINE},
{expression, (??Expr)},
{pattern, (??Guard)},
{value, __V}]
{value, ExprValue}]
});
_ -> true
end
Expand Down

0 comments on commit e6cacd6

Please sign in to comment.