From c13dab819a4d69c42063db9d0fa12cd34687eed2 Mon Sep 17 00:00:00 2001
From: Linyuan Zhao <linyuanz@student.unimelb.edu.au>
Date: Mon, 17 Sep 2018 14:20:26 +1000
Subject: [PATCH] Replace PartitioningTests.java

---
 test/swen90006/machine/PartitioningTests.java | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/test/swen90006/machine/PartitioningTests.java b/test/swen90006/machine/PartitioningTests.java
index 135dfeb..32fb8b9 100644
--- a/test/swen90006/machine/PartitioningTests.java
+++ b/test/swen90006/machine/PartitioningTests.java
@@ -2,11 +2,6 @@ package swen90006.machine;
 
 import java.util.List;
 import java.util.ArrayList;
-import java.nio.charset.Charset;
-import java.nio.file.Path;
-import java.nio.file.Files;
-import java.nio.file.FileSystems;
-
 import org.junit.*;
 import static org.junit.Assert.*;
 import org.junit.Rule;
-- 
GitLab