flowistry 0.5.44

Modular information flow analysis
1
2
3
4
5
6
7
8
9
10
11
12
13
// TODO: move these tests back to flowistry_ide?

// use test_log::test;
// use utils::{find_mutations, run_tests};

// mod utils;

// #[test]
// fn test_find_mutations() {
//   run_tests("find_mutations", |path, expected| {
//     find_mutations(path, expected)
//   });
// }