From e82c87deb52ce0a6bbcaa2dbb37db0e253555d16 Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Wed, 16 Nov 2022 20:31:11 +0000 Subject: 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 --- test/719-varhandle-concurrency/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/719-varhandle-concurrency/build.py') diff --git a/test/719-varhandle-concurrency/build.py b/test/719-varhandle-concurrency/build.py index 107499c22a..7ccbe96067 100644 --- a/test/719-varhandle-concurrency/build.py +++ b/test/719-varhandle-concurrency/build.py @@ -15,4 +15,4 @@ def build(ctx): - ctx.default_build(experimental="var-handles") + ctx.default_build(api_level="var-handles") -- cgit v1.2.3-59-g8ed1b