diff options
Diffstat (limited to 'test/913-heaps/check')
| -rw-r--r-- | test/913-heaps/check | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/913-heaps/check b/test/913-heaps/check index f4892d0a07..c3b47f56ac 100644 --- a/test/913-heaps/check +++ b/test/913-heaps/check @@ -15,10 +15,7 @@ # limitations under the License. # Jack/D8 has a different set of bytecode offsets/method IDs in the expected.txt - -if [[ "$USE_JACK" == true ]]; then - patch -p0 expected.txt < expected_jack.diff -elif [[ "$USE_D8" == true ]]; then +if [[ "$USE_D8" == true ]]; then patch -p0 expected.txt < expected_d8.diff fi |