commit | e82c87deb52ce0a6bbcaa2dbb37db0e253555d16 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed Nov 16 20:31:11 2022 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Thu Nov 17 11:01:22 2022 +0000 |
tree | bd657b311ac31e41b04723ffffc97a3161fc4bea | |
parent | 6c9c12128f929f535995943fac58e2efba51921f [diff] [blame] |
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
diff --git a/test/715-clinit-implicit-parameter-annotations/build.py b/test/715-clinit-implicit-parameter-annotations/build.py index 0f3c108..98d6c5d 100644 --- a/test/715-clinit-implicit-parameter-annotations/build.py +++ b/test/715-clinit-implicit-parameter-annotations/build.py
@@ -15,4 +15,4 @@ def build(ctx): - ctx.default_build(experimental="parameter-annotations") + ctx.default_build(api_level="parameter-annotations")