Skip to content
Snippets Groups Projects
Verified Commit d5b2f2e7 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Removed deprecated security manager from SortThreePairs

parent 7db81fea
No related branches found
No related tags found
No related merge requests found
...@@ -55,16 +55,6 @@ public class SortThreePairsTest { ...@@ -55,16 +55,6 @@ public class SortThreePairsTest {
} }
} }
@Before
public void setUp() throws SecurityException {
System.setSecurityManager(new TestingSecurityManager());
}
@After
public void tearDown() throws SecurityException {
System.setSecurityManager(null);
}
protected static String runMainForError(int expectedStatus, String... arguments) { protected static String runMainForError(int expectedStatus, String... arguments) {
InputStream in = System.in; InputStream in = System.in;
PrintStream err = System.err; PrintStream err = System.err;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment