diff options
Diffstat (limited to 'test/719-varhandle-concurrency/build.py')
-rw-r--r-- | test/719-varhandle-concurrency/build.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/719-varhandle-concurrency/build.py b/test/719-varhandle-concurrency/build.py index d6b35b10dc..107499c22a 100644 --- a/test/719-varhandle-concurrency/build.py +++ b/test/719-varhandle-concurrency/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(experimental="var-handles") +def build(ctx): + ctx.default_build(experimental="var-handles") |