Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Dec 17, 2019
1 parent 46ec2c0 commit bfbf2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cspa_rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use pretty_assertions::assert_eq;

#[test]
fn generate_cspa_rules() {
// Context-sensitive Point-to Analysis rules
// Context-sensitive Points-to Analysis rules
// adapted from http://pages.cs.wisc.edu/~aws/papers/vldb19.pdf p. 9

let text = r#"
Expand Down

0 comments on commit bfbf2c7

Please sign in to comment.