From 41bc134ae9a8fa32d968867ac1aeeac6f63a142e Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Wed, 26 Jun 2024 13:40:22 -0700 Subject: [PATCH] Update tuple_select.py --- python_bindings/test/correctness/tuple_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_bindings/test/correctness/tuple_select.py b/python_bindings/test/correctness/tuple_select.py index 8b7839f9a413..a320bb0743e9 100644 --- a/python_bindings/test/correctness/tuple_select.py +++ b/python_bindings/test/correctness/tuple_select.py @@ -72,7 +72,7 @@ def test_tuple_select(): # fmt: on except hl.HalideError as e: assert ( - "select() may not mix Expr and Tuple for the condition elements." + "select() on Tuples may not mix Expr and Tuple for the condition elements." in str(e) ) else: