Fix test 1974 expected output
Test fails because of missing "!" in the expected output.
Test: test/run-test --always-clean --dex2oat-jobs 4 --host --prebuild --compact-dex-level fast --jit --runtime-option -Xjitthreshold:0 --no-relocate --gcstress --runtime-option -Xcheck:jni --64 1974-resize-array
Change-Id: I9dcabf3041fc380e3f3b8f1d94b41f71e5e26dac
diff --git a/test/1974-resize-array/expected.txt b/test/1974-resize-array/expected.txt
index 4eeb651..997b22c 100644
--- a/test/1974-resize-array/expected.txt
+++ b/test/1974-resize-array/expected.txt
@@ -80,5 +80,5 @@
val is: [[4, 44, 444]] resize +5
val is: [[4, 44, 444, null, null, null, null, null]]
Same value? true
-Everything looks good WRT obsolete object
+Everything looks good WRT obsolete object!