aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/test_select.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/conformance/test_select.py')
-rw-r--r--verif/conformance/test_select.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/verif/conformance/test_select.py b/verif/conformance/test_select.py
index 66b2e56..9868a7f 100644
--- a/verif/conformance/test_select.py
+++ b/verif/conformance/test_select.py
@@ -733,7 +733,7 @@ class ReshapeOperator(Operator):
"""Test selector for the RESHAPE operator."""
name = "reshape"
- param_names = ["shape", "type", "perm", "rank"]
+ param_names = ["shape", "type", "perm", "rank", "out"]
class ResizeOperator(Operator):