Skip to content

Commit 7d76855

Browse files
Apply Runic formatting after v7 rebase onto latest master
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0314e7b commit 7d76855

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed

lib/OrdinaryDiffEqAMF/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
77

88
function activate_qa_env()
99
Pkg.activate(joinpath(@__DIR__, "qa"))
10-
Pkg.instantiate()
10+
return Pkg.instantiate()
1111
end
1212

1313
# Run functional tests

lib/OrdinaryDiffEqAdamsBashforthMoulton/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
function activate_threaded_env()

lib/OrdinaryDiffEqBDF/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end
1111

1212
function activate_qa_env()
1313
Pkg.activate(joinpath(@__DIR__, "qa"))
14-
Pkg.instantiate()
14+
return Pkg.instantiate()
1515
end
1616

1717
# Run GPU tests

lib/OrdinaryDiffEqExplicitRK/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
@time @safetestset "Generic RK Tests" include("interpolation_tests.jl")

lib/OrdinaryDiffEqExponentialRK/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
# Run functional tests

lib/OrdinaryDiffEqExtrapolation/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
# Run functional tests

lib/OrdinaryDiffEqFIRK/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
# Run functional tests

lib/OrdinaryDiffEqFeagin/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
# Run functional tests

lib/OrdinaryDiffEqFunctionMap/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
# Run functional tests

lib/OrdinaryDiffEqHighOrderRK/test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const ORIGINAL_PROJECT = dirname(Base.active_project())
66

77
function activate_qa_env()
88
Pkg.activate(joinpath(@__DIR__, "qa"))
9-
Pkg.instantiate()
9+
return Pkg.instantiate()
1010
end
1111

1212
# Run functional tests

0 commit comments

Comments
 (0)