diff options
Diffstat (limited to 'test/968-default-partial-compile-gen/build.py')
-rw-r--r-- | test/968-default-partial-compile-gen/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/968-default-partial-compile-gen/build.py b/test/968-default-partial-compile-gen/build.py index 8868b702e6..435be542a6 100644 --- a/test/968-default-partial-compile-gen/build.py +++ b/test/968-default-partial-compile-gen/build.py @@ -20,4 +20,4 @@ def build(ctx): ctx.bash("./generate-sources --" + ctx.mode) if ctx.jvm: return - ctx.default_build(experimental="default-methods") + ctx.default_build(api_level="default-methods") |