diff options
Diffstat (limited to 'test/714-invoke-custom-lambda-metafactory')
-rw-r--r-- | test/714-invoke-custom-lambda-metafactory/expected.txt | 1 | ||||
-rwxr-xr-x | test/714-invoke-custom-lambda-metafactory/run | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/test/714-invoke-custom-lambda-metafactory/expected.txt b/test/714-invoke-custom-lambda-metafactory/expected.txt index 54b6c24798..cbe98404c5 100644 --- a/test/714-invoke-custom-lambda-metafactory/expected.txt +++ b/test/714-invoke-custom-lambda-metafactory/expected.txt @@ -2,4 +2,3 @@ Exception in thread "main" java.lang.BootstrapMethodError: Exception from call s at Main.main(Main.java:25) Caused by: java.lang.NullPointerException: Bootstrap method returned null ... 1 more -exit status: 1 diff --git a/test/714-invoke-custom-lambda-metafactory/run b/test/714-invoke-custom-lambda-metafactory/run deleted file mode 100755 index 7a0d0d05ab..0000000000 --- a/test/714-invoke-custom-lambda-metafactory/run +++ /dev/null @@ -1,19 +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. - -# Squash the exit status and put it in expected -./default-run "$@" -echo "exit status:" $? |