Skip to content

Commit fa23279

Browse files
authored
Remove duplicate test_rule call (#838)
Seems to have been mistakenly duplicated as part of #389. Signed-off-by: Bruno Ploumhans <[email protected]>
1 parent 28eff4e commit fa23279

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test_utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,6 @@ function run_hand_written_rule_test_cases(rng_ctor, v::Val, mode::Type{<:Mode})
994994
) in test_cases
995995

996996
test_rule(rng_ctor(123), f, x...; interface_only, perf_flag, mode)
997-
test_rule(rng_ctor(123), f, x...; interface_only, perf_flag, mode)
998997
end
999998
end
1000999

0 commit comments

Comments
 (0)