Update expectation after StringBuilder.append MoveResult change

The change comes from https://r8-review.googlesource.com/c/r8/+/67285

Test: TARGET_PRODUCT=aosp_arm64 m -j core-oj
Change-Id: Ib22c6171638b637f3e6bd0a0fec90ddc90441da6
diff --git a/test/910-methods/expected-stdout.txt b/test/910-methods/expected-stdout.txt
index 0c932be..633a3c9 100644
--- a/test/910-methods/expected-stdout.txt
+++ b/test/910-methods/expected-stdout.txt
@@ -4,7 +4,7 @@
 Max locals: 3
 Argument size: 1
 Location start: 0
-Location end: 36
+Location end: 39
 Is native: false
 Is obsolete: false
 Is synthetic: false
diff --git a/test/911-get-stack-trace/expected-stdout.txt b/test/911-get-stack-trace/expected-stdout.txt
index 86be681..19735d2 100644
--- a/test/911-get-stack-trace/expected-stdout.txt
+++ b/test/911-get-stack-trace/expected-stdout.txt
@@ -392,7 +392,7 @@
 Test911
  getAllStackTraces (I)[[Ljava/lang/Object; -1 -2
  printAll (I)V 0 75
- doTest ()V 118 59
+ doTest ()V 120 59
  run ()V 28 44
 
 ---------
@@ -647,7 +647,7 @@
 Test911
  getAllStackTraces (I)[[Ljava/lang/Object; -1 -2
  printAll (I)V 0 75
- doTest ()V 123 61
+ doTest ()V 125 61
  run ()V 28 44
 
 ---------
@@ -679,7 +679,7 @@
 Test911
  getThreadListStackTraces ([Ljava/lang/Thread;I)[[Ljava/lang/Object; -1 -2
  printList ([Ljava/lang/Thread;I)V 0 68
- doTest ()V 110 54
+ doTest ()V 112 54
  run ()V 36 49
 
 ---------
@@ -736,7 +736,7 @@
 Test911
  getThreadListStackTraces ([Ljava/lang/Thread;I)[[Ljava/lang/Object; -1 -2
  printList ([Ljava/lang/Thread;I)V 0 68
- doTest ()V 115 56
+ doTest ()V 117 56
  run ()V 36 49
 
 ---------