ctf: Fix some Sonar warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / UtilsTest.java
index 784478786b6caae0dccdc848e27afe233785517a..c2cbecc4840ca697d7dc5d18d5aff9bba1dd1404 100644 (file)
@@ -28,15 +28,6 @@ import org.junit.Test;
  */
 public class UtilsTest {
 
-    /**
-     * Run the Utils() constructor test.
-     */
-    @Test
-    public void testUtils() {
-        Utils result = new Utils();
-        assertNotNull(result);
-    }
-
     /**
      * Run the UUID makeUUID(byte[]) method test.
      */
This page took 0.023757 seconds and 5 git commands to generate.