summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/1974-resize-array/src/art/Test1974.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/1974-resize-array/src/art/Test1974.java b/test/1974-resize-array/src/art/Test1974.java
index c4427c7b62..e1a18610bc 100644
--- a/test/1974-resize-array/src/art/Test1974.java
+++ b/test/1974-resize-array/src/art/Test1974.java
@@ -460,7 +460,7 @@ public class Test1974 {
DbgPrintln("Didn't see a free of the obsolete id");
}
if (!bad) {
- System.out.println("Everything looks good WRT obsolete object");
+ System.out.println("Everything looks good WRT obsolete object!");
}
} else {
if (!Arrays.stream(obsoletes_freed).anyMatch((l) -> l == globalID + 1)) {