For a page that is not used, set its host core as the home core that caches it
[IRC.git] / Robust / src / Tests / Atomic.java
index 36cb6ce144174d716090c4488d9f0c1ee5ea038d..62b67227db0e7909a0af878ff0fb7d4ef2114920 100644 (file)
@@ -7,6 +7,7 @@ public class Atomic {
        }
        int q=test(z);
        System.printInt(q);
+       System.printString("\n");
     }
     public static atomic int test(Integer y) {
        return y.intValue();