Skip to content
Snippets Groups Projects
Commit 809e872b authored by Ewen Smith's avatar Ewen Smith
Browse files

Adjusted run 1 preload

parent 972e1ad8
No related branches found
No related tags found
No related merge requests found
Pipeline #58352 passed
......@@ -116,7 +116,7 @@ public class Fuzzer {
return generateInput(true, INSTRUCTION_MAX, MAX_STACK_SIZE);
case 1:
// Test with stack full
return generateInput(true, INSTRUCTION_MAX, MAX_STACK_SIZE - 5);
return generateInput(true, INSTRUCTION_MAX, MAX_STACK_SIZE - 1);
case 3:
// Run static tests and empty stack
return getStaticTests() + generateInput(true, INSTRUCTION_MAX, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment