diff options
| -rw-r--r-- | test/911-get-stack-trace/build | 20 | ||||
| -rw-r--r-- | test/911-get-stack-trace/expected_d8.diff | 8 |
2 files changed, 4 insertions, 24 deletions
diff --git a/test/911-get-stack-trace/build b/test/911-get-stack-trace/build deleted file mode 100644 index 10ffcc537d..0000000000 --- a/test/911-get-stack-trace/build +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# -# Copyright 2017 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# See b/65168732 -export USE_D8=false - -./default-build "$@" diff --git a/test/911-get-stack-trace/expected_d8.diff b/test/911-get-stack-trace/expected_d8.diff index 3ce9bedf95..c12015a832 100644 --- a/test/911-get-stack-trace/expected_d8.diff +++ b/test/911-get-stack-trace/expected_d8.diff @@ -161,7 +161,7 @@ 363c363 < doTest ()V 122 59 --- -> doTest ()V 119 59 +> doTest ()V 120 59 376c376 < baz (IIILart/ControlData;)Ljava/lang/Object; 9 34 --- @@ -325,15 +325,15 @@ 598c598 < doTest ()V 127 61 --- -> doTest ()V 124 61 +> doTest ()V 125 61 630c630 < doTest ()V 112 54 --- -> doTest ()V 109 54 +> doTest ()V 110 54 677c677 < doTest ()V 117 56 --- -> doTest ()V 114 56 +> doTest ()V 115 56 687c687 < baz (IIILart/ControlData;)Ljava/lang/Object; 9 34 --- |