From 69a52c7ad3365d23c6bbc6d30b281b7259e139c6 Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@cs.washington.edu>
Date: Tue, 9 Feb 2016 13:17:45 -0800
Subject: [PATCH] Remove ExitException

---
 src/tests/gitlab/hasOver/HasOverTests.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tests/gitlab/hasOver/HasOverTests.java b/src/tests/gitlab/hasOver/HasOverTests.java
index 44f9eac..493dca8 100755
--- a/src/tests/gitlab/hasOver/HasOverTests.java
+++ b/src/tests/gitlab/hasOver/HasOverTests.java
@@ -6,7 +6,6 @@ import java.util.Random;
 
 import cse332.exceptions.NotYetImplementedException;
 import hasOver.HasOver;
-import tests.exceptions.ExitException;
 import tests.exceptions.InformativeException;
 import tests.TestsUtility;
 
-- 
GitLab