From 01fc470f59ec2721023b458a3a8f64e931c730c5 Mon Sep 17 00:00:00 2001 From: Alex Light Date: Tue, 17 Sep 2019 09:29:22 -0700 Subject: Fix test 1974 Test 1974 would print different messages depending on if an object was freed or not. This could cause the test to incorrectly fail. Test: ./test.py --host Change-Id: Idbcfdb3c08412b7ea969b6ca6d95493342598e0c --- test/1974-resize-array/src/art/Test1974.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/1974-resize-array/src') 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)) { -- cgit v1.2.3-59-g8ed1b