forked from pool/jflex
fe605f4a1f
* jflex-junit4.patch - Fix build with junit 4 * jflex-junit4.patch OBS-URL: https://build.opensuse.org/package/show/Java:packages/jflex?expand=0&rev=14
14 lines
478 B
Diff
14 lines
478 B
Diff
Index: jflex-1.4.3/src/JFlex/tests/AllTests.java
|
|
===================================================================
|
|
--- jflex-1.4.3.orig/src/JFlex/tests/AllTests.java
|
|
+++ jflex-1.4.3/src/JFlex/tests/AllTests.java
|
|
@@ -32,7 +32,7 @@ import junit.framework.TestSuite;
|
|
public class AllTests {
|
|
|
|
public static void main(String[] args) {
|
|
- junit.textui.TestRunner.run(AllTests.class);
|
|
+ //junit.textui.TestRunner.run(AllTests.class);
|
|
}
|
|
|
|
public static Test suite() {
|