Skip to content

Commit c3a4485

Browse files
committed
include one test to make build succeed
1 parent 3ebe0c0 commit c3a4485

File tree

1 file changed

+11
-0
lines changed
  • com.googlecode.cppcheclipse.ui.tests/src/com/googlecode/cppcheclipse/ui

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.googlecode.cppcheclipse.ui;
2+
3+
import org.junit.Test;
4+
5+
public class EmptyTest {
6+
7+
@Test
8+
public void testAlwaysSucceeding() {
9+
10+
}
11+
}

0 commit comments

Comments
 (0)