Skip to content

Commit

Permalink
Unit test caught typographical error.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Nov 27, 2017
1 parent 2b03f12 commit 5531e44
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ private static bool IsUsedAsByRefParam(IEnumerable<Declaration> declarations, De

foreach (var declaration in calledProcedureArgs)
{
if (((VBAParser.ArgContext) declaration.Context).BYVAL() == null)
if (((VBAParser.ArgContext) declaration.Context).BYVAL() != null)
{
continue;
}
Expand Down

0 comments on commit 5531e44

Please sign in to comment.