We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d907f commit d31dba5Copy full SHA for d31dba5
macro/tests/operand.rs
@@ -5,7 +5,7 @@ use utility::*;
5
6
melior_macro::dialect! {
7
name: "operand_test",
8
- td_file: "macro/tests/ods_include/operand.td",
+ files: ["macro/tests/ods_include/operand.td"],
9
}
10
11
#[test]
macro/tests/region.rs
name: "region_test",
- td_file: "macro/tests/ods_include/region.td",
+ files: ["macro/tests/ods_include/region.td"],
0 commit comments