summaryrefslogtreecommitdiff
path: root/test/181-default-methods/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/181-default-methods/build.py')
-rw-r--r--test/181-default-methods/build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/181-default-methods/build.py b/test/181-default-methods/build.py
index 48cb485759..fe1c916d08 100644
--- a/test/181-default-methods/build.py
+++ b/test/181-default-methods/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="default-methods")
+def build(ctx):
+ ctx.default_build(experimental="default-methods")