Skip to content

Commit

Permalink
test/datadeps: Disable a nondom check
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Nov 26, 2024
1 parent fce621e commit db9df26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datadeps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function test_datadeps(;args_chunks::Bool,
end
tid_1, tid_2 = task_id.(ts)
test_task_dominators(logs, tid_1, []; all_tids=[tid_1, tid_2])
test_task_dominators(logs, tid_2, []; all_tids=[tid_1, tid_2])
test_task_dominators(logs, tid_2, []; all_tids=[tid_1, tid_2], nondom_check=false)

# R->W Aliasing
ts = []
Expand Down

0 comments on commit db9df26

Please sign in to comment.