Skip to content
Snippets Groups Projects
Commit 74c475b6 authored by He Zhu's avatar He Zhu
Browse files

Update PartitioningTests.java

parent a2162cbb
No related branches found
No related tags found
No related merge requests found
......@@ -138,17 +138,6 @@ public void TestEC17() throws Throwable
throw new InvalidInstructionException();
}
//This test should fail.
//To provide additional feedback when a test fails, an error message
//can be included
@Test public void aFailedTest()
{
//include a message for better feedback
final int expected = 2;
final int actual = 1 + 2;
assertEquals("Some failure message", expected, actual);
}
//Read in a file containing a program and convert into a list of
//string instructions
private List<String> readInstructions(String file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment