mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Tests - fixed tests failing due to recent merges
This commit is contained in:
parent
8495cc68ee
commit
bfe89551de
8 changed files with 75 additions and 65 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
package ghidra.app.plugin.core.diff;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.awt.Window;
|
||||
|
||||
|
@ -35,10 +35,6 @@ import ghidra.test.TestEnv;
|
|||
|
||||
public class DiffSaveSettingsTest extends DiffApplyTestAdapter {
|
||||
|
||||
public DiffSaveSettingsTest() {
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue