Skip to content

Commit

Permalink
uncomment some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Dec 4, 2023
1 parent 4e3a2eb commit f68b72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ sr(n::Int) = StableRNG(n)
include(joinpath("rrules", "misc.jl"))
@info "umlaut_internals_rules"
include(joinpath("rrules", "umlaut_internals_rules.jl"))
# @info "unrolled_function"
# include(joinpath("rrules", "unrolled_function.jl"))
@info "unrolled_function"
include(joinpath("rrules", "unrolled_function.jl"))
end
elseif test_group == "integration_testing/misc"
include(joinpath("integration_testing/", "misc.jl"))
Expand Down

0 comments on commit f68b72f

Please sign in to comment.