Skip to content

Commit 9b9cbcb

Browse files
Fixe path error
1 parent 0ca6fc4 commit 9b9cbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (GROUP == "AutoDiff_Ext")
6060
using Enzyme
6161
using SciMLSensitivity
6262

63-
include(joinpath(testdir, "ext-test", "autodiff", "zygote.jl"))
63+
include(joinpath(testdir, "ext-test", "cpu", "autodiff", "zygote.jl"))
6464
end
6565

6666
if (GROUP == "CairoMakie_Ext")

0 commit comments

Comments
 (0)