X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=tests%2FInstanceLong1.java;h=e685c19d1728576c7a584c23f238ebb9e5eb0874;hp=5c7250e2f079228af7a963002cc3a3dafeb90c7f;hb=be380d1452ca0ac7be1dc0d593b674d8db7707da;hpb=e956c113f38ae5cf78d79cf00de776f0331a332c diff --git a/tests/InstanceLong1.java b/tests/InstanceLong1.java index 5c7250e..e685c19 100644 --- a/tests/InstanceLong1.java +++ b/tests/InstanceLong1.java @@ -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"); }