Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
glou-nes committed Dec 12, 2024
1 parent a570021 commit 3dd3559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reactant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function set_default_backend(backend::String)
end

#HACK: Disable precompilation for test
@static if splitpath(Base.active_project())[end-1] != "test"
@static if splitpath(Base.active_project())[end - 1] != "test"
@info "enable precompilation :" Base.active_project()
include("precompile.jl")
end
Expand Down

0 comments on commit 3dd3559

Please sign in to comment.