Update art/911-get-stack-trace expectations

This is an update to the art test expectations. R8 will produce output
where the doTest instruction is now placed two instructions before
which is why the test needs to be updated.

Test: ./gradlew check

Change-Id: Ia4deaf3c65ae85a3664a0a6cd1ce20af07ded43a
diff --git a/test/911-get-stack-trace/expected.txt b/test/911-get-stack-trace/expected.txt
index c1d0378..86be681 100644
--- a/test/911-get-stack-trace/expected.txt
+++ b/test/911-get-stack-trace/expected.txt
@@ -392,7 +392,7 @@
 Test911
  getAllStackTraces (I)[[Ljava/lang/Object; -1 -2
  printAll (I)V 0 75
- doTest ()V 120 59
+ doTest ()V 118 59
  run ()V 28 44
 
 ---------
@@ -647,7 +647,7 @@
 Test911
  getAllStackTraces (I)[[Ljava/lang/Object; -1 -2
  printAll (I)V 0 75
- doTest ()V 125 61
+ doTest ()V 123 61
  run ()V 28 44
 
 ---------