traps: don't delete entry after consuming it
[mate.git] / tests / InstanceLong1.java
index 5c7250e2f079228af7a963002cc3a3dafeb90c7f..e685c19d1728576c7a584c23f238ebb9e5eb0874 100644 (file)
@@ -7,6 +7,9 @@ public class InstanceLong1 {
                new InstanceLong1().a1337();
                new InstanceLong1().a0001();
                new InstanceLong1().a2050();
+               new InstanceLong1().a2050();
+               new InstanceLong1().a2050();
+               new InstanceLong1().a2050();
        }
 
        public void a0001 () { System.out.printf("a0001\n"); }