From d289946dc41beaa2e60562105f1ca4f1efb3558a Mon Sep 17 00:00:00 2001
From: ehuang32 <ericchristopherwong@gmail.com>
Date: Fri, 23 Oct 2020 13:04:04 +1100
Subject: [PATCH] test2

---
 fuzzer/Fuzzer.java | 2 +-
 runCount.txt       | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index 2bd6937..11ebd2b 100644
--- a/fuzzer/Fuzzer.java
+++ b/fuzzer/Fuzzer.java
@@ -52,7 +52,7 @@ public class Fuzzer {
     // Current stack of instructions
     private static ArrayList<Instruction> instructionStack = new ArrayList<Instruction>();
     // Max stack of instructions before resetting stack
-    private static final int MAX_STACK = 10;
+    private static final int MAX_STACK = 5;
 
     public static void main(String[] args) throws IOException {
         System.out.println(Instruction.getBNF());
diff --git a/runCount.txt b/runCount.txt
index 62f9457..e69de29 100644
--- a/runCount.txt
+++ b/runCount.txt
@@ -1 +0,0 @@
-6
\ No newline at end of file
-- 
GitLab