Removed some more warnings and cleaned more SWT listeners
[Mograsim.git] / tests / net.mograsim.logic.core.tests / src / net / mograsim / logic / core / types / BitVectorTest.java
index 2b46a6c..317e8ab 100644 (file)
@@ -9,6 +9,7 @@ import java.util.Iterator;
 
 import org.junit.jupiter.api.Test;
 
 
 import org.junit.jupiter.api.Test;
 
+@SuppressWarnings("static-method") // JUnit requires non-static methods
 class BitVectorTest
 {
 
 class BitVectorTest
 {