Skip to content

Commit

Permalink
Invert loan and point arguments in loc insensitive check
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Dec 28, 2018
1 parent b388c4e commit 3f3614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn test_facts(all_facts: &AllFacts, algorithms: &[Algorithm]) {
"naive analysis had error for `{:?}` at `{:?}` \
but insensitive analysis did not \
(loans = {:#?})",
naive_point, naive_loan, insensitive_loans,
naive_loan, naive_point, insensitive_loans,
);
}
}
Expand Down

0 comments on commit 3f3614a

Please sign in to comment.