mp3decoder finally passes the flow-down rule checking.
[IRC.git] / Robust / src / Tests / IncTest.java
index bedb3d655681bc88c2735c55b637fb8175cae6ca..c48ac10a0706807826764153a6b8155ae9f396c9 100644 (file)
@@ -1,6 +1,6 @@
 public class IncTest {
 
-    public static void main() {
+    public static void main(String str[]) {
        int x[]=new int[20];
        for(int i=0;i<10;) {
            x[i++]++;