diff --git a/frontend/test/pytest/test_mlir_plugin_interface.py b/frontend/test/pytest/test_mlir_plugin_interface.py index d476fc3032..115c65cd1f 100644 --- a/frontend/test/pytest/test_mlir_plugin_interface.py +++ b/frontend/test/pytest/test_mlir_plugin_interface.py @@ -70,6 +70,8 @@ def example(): def test_get_options(): """ + Test get_options from Pass + ApplyRegisteredPassOp expects options to be a single StringAttr which follows the same format as the one used with mlir-opt.