summaryrefslogtreecommitdiff
path: root/test/957-methodhandle-transforms/build.py
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2022-11-16 20:31:11 +0000
committer David Srbecky <dsrbecky@google.com> 2022-11-17 11:01:22 +0000
commite82c87deb52ce0a6bbcaa2dbb37db0e253555d16 (patch)
treebd657b311ac31e41b04723ffffc97a3161fc4bea /test/957-methodhandle-transforms/build.py
parent6c9c12128f929f535995943fac58e2efba51921f (diff)
Run test build: Rename 'experimental' to 'api_level'
The purpose of the 'experimental' flag is to provide named API level. Allow the API level to be string or integer instead. Test: Build artifacts are identical as before. Change-Id: I15a78979783c1a9237ba9814a48171349e4e5a00
Diffstat (limited to 'test/957-methodhandle-transforms/build.py')
-rw-r--r--test/957-methodhandle-transforms/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/957-methodhandle-transforms/build.py b/test/957-methodhandle-transforms/build.py
index d317a1ab26..027dd533d4 100644
--- a/test/957-methodhandle-transforms/build.py
+++ b/test/957-methodhandle-transforms/build.py
@@ -15,4 +15,4 @@
def build(ctx):
- ctx.default_build(experimental="method-handles")
+ ctx.default_build(api_level="method-handles")