Skip to content

Commit 6ab7c56

Browse files
committed
Fix
1 parent ce796f7 commit 6ab7c56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/JuMP.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ end
314314
# is the path that actually re-runs forward+reverse, not the
315315
# `last_x == x` short-circuit).
316316
function test_neural_allocations()
317+
if VERSION < v"1.12"
318+
return
319+
end
317320
n = 2
318321
X = [1.0 0.5; 0.3 0.8]
319322
target = [0.5 0.2; 0.1 0.7]

0 commit comments

Comments
 (0)