Skip to content

Commit

Permalink
fix(test): reduced false negatives
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Mar 5, 2024
1 parent 4833c68 commit bc94ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/do_all/backwards_array_access/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test(self):
os.system("./prog")
# execute DiscoPoP analysis
os.chdir(".discopop")
os.system("discopop_explorer")
os.system("discopop_explorer --enable-patterns doall,reduction")
os.chdir("..")
# validate results
self.validate_results(current_dir, src_dir)
Expand Down

0 comments on commit bc94ac0

Please sign in to comment.