From 482837bb0e2fdeadf7ec196170101967fbb5a9e7 Mon Sep 17 00:00:00 2001
From: Ewen Smith <ewens@student.unimelb.edu.au>
Date: Fri, 23 Oct 2020 11:33:01 +1100
Subject: [PATCH] Line error -> 2%

---
 fuzzer/Fuzzer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index 62171cf..fe9e266 100644
--- a/fuzzer/Fuzzer.java
+++ b/fuzzer/Fuzzer.java
@@ -22,7 +22,7 @@ public class Fuzzer {
     // The percentage of inputs that will be incorrect
     private static final int INPUT_ERROR_PERCENTAGE = 5;
     // The percentage of instructions that will be incorrect
-    private static final int LINE_ERROR_PERCENTAGE = 1;
+    private static final int LINE_ERROR_PERCENTAGE = 2;
     // Limit on generation of inputs
     private static final int NUMBER_TO_GENERATE = 10;
     // Instruction number range for each input
-- 
GitLab