Skip to content

Commit 3abe842

Browse files
committed
Test fails on Windows, try to loosen it up
1 parent 65e2d1e commit 3abe842

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/test/mlir-tblgen/rewriter-attributes-properties.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def BOp : NS_Op<"b_op", []> {
2929
def test1 : Pat<(AOp (BOp:$x $y), $_), (AOp $x, $y)>;
3030
// CHECK-LABEL: struct test1
3131
// CHECK: ::llvm::LogicalResult matchAndRewrite
32-
// CHECK: ::mlir::IntegerAttr y;
33-
// CHECK: test::BOp x;
34-
// CHECK: ::llvm::SmallVector<::mlir::Operation *, 4> tblgen_ops;
32+
// CHECK-DAG: ::mlir::IntegerAttr y;
33+
// CHECK-DAG: test::BOp x;
34+
// CHECK-DAG: ::llvm::SmallVector<::mlir::Operation *, 4> tblgen_ops;
3535
// CHECK: tblgen_ops.push_back(op0);
3636
// CHECK: x = castedOp1;
3737
// CHECK: tblgen_attr = castedOp1.getProperties().getY();

0 commit comments

Comments
 (0)