summaryrefslogtreecommitdiff
path: root/test/714-invoke-custom-lambda-metafactory/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/714-invoke-custom-lambda-metafactory/build.py')
-rw-r--r--test/714-invoke-custom-lambda-metafactory/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/714-invoke-custom-lambda-metafactory/build.py b/test/714-invoke-custom-lambda-metafactory/build.py
index 7563062c3f..a792b73fb9 100644
--- a/test/714-invoke-custom-lambda-metafactory/build.py
+++ b/test/714-invoke-custom-lambda-metafactory/build.py
@@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from art_build_rules import build_run_test
-build_run_test(use_desugar=False, experimental="method-handles")
+def build(ctx):
+ ctx.default_build(use_desugar=False, experimental="method-handles")