Skip to content

Commit d31dba5

Browse files
committed
Update tests
1 parent 62d907f commit d31dba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

macro/tests/operand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use utility::*;
55

66
melior_macro::dialect! {
77
name: "operand_test",
8-
td_file: "macro/tests/ods_include/operand.td",
8+
files: ["macro/tests/ods_include/operand.td"],
99
}
1010

1111
#[test]

macro/tests/region.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use utility::*;
55

66
melior_macro::dialect! {
77
name: "region_test",
8-
td_file: "macro/tests/ods_include/region.td",
8+
files: ["macro/tests/ods_include/region.td"],
99
}
1010

1111
#[test]

0 commit comments

Comments
 (0)