Skip to content

Commit 5472e8a

Browse files
committed
test: fix dd seting
1 parent a623e8f commit 5472e8a

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
@@ -18,7 +18,7 @@ end
1818
if "jet" in test_name
1919
@safetestset "JET" begin
2020
using Preferences
21-
set_preferences!("DynamicExpressions", "instability_check" => "disable"; force=true)
21+
set_preferences!("DynamicExpressions", "dispatch_doctor_mode" => "disable"; force=true)
2222
using JET
2323
using DynamicExpressions
2424
struct MyIgnoredModule

0 commit comments

Comments
 (0)