Skip to content

Commit 3dc46f1

Browse files
Update test/preferences.jl
1 parent c55e420 commit 3dc46f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/preferences.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ using Preferences
7373

7474
# Test that FastLUFactorization works - only print if it fails
7575
sol_fast = solve(prob, FastLUFactorization())
76-
@test sol_fast.retcode == ReturnCode.Success
76+
@test sol_fast.retcode == ReturnCode.Default
7777
@test norm(A * sol_fast.u - b) < 1e-8
7878
fastlapack_loaded = true
7979
# Success - no print needed

0 commit comments

Comments
 (0)