Skip to content

Commit

Permalink
Reduce test on Windows. Runs out of C stack in debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Oct 12, 2024
1 parent 79715d5 commit c4c9955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tests/GC/test_ch_shift.pl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

or_dept(Depth), current_prolog_flag(asan,true) => Depth = 1000.
or_dept(Depth), current_prolog_flag(emscripten,true) => Depth = 1000.
or_dept(Depth), current_prolog_flag(windows,true) => Depth = 5000.
or_dept(Depth) => Depth = 10_000.

%% test1(+Depth) is det.
Expand Down

0 comments on commit c4c9955

Please sign in to comment.