make test: less verbose plzkkthx
[mate.git] / tests / Native1.java
index 3226aecc36b16acaab5879e482b060cb5de46a3f..d35c1a0e0fdaa411deef13ffb7f48e2edfa1dcfc 100644 (file)
@@ -3,10 +3,9 @@ package tests;
 public class Native1 {
        public static void main(String []args) {
                printSomething();
-               for (int i = 0; i < 10; i++)
+               for (int i = 0; i < 2; i++)
                        printNumber(0x1337 + i);
                printSomething();
-               printSomething();
                printNumber(0x15a5);
        }