Skip to content

Commit 5a305f8

Browse files
committed
Remove unneeded "allow-unregistered-dialect" from shape-type-conversion.mlir test (NFC)
1 parent d3d790f commit 5a305f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Dialect/Shape/shape-type-conversion.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt -allow-unregistered-dialect -split-input-file -shape-tensor-to-memref <%s | FileCheck %s
1+
// RUN: mlir-opt -split-input-file -shape-tensor-to-memref <%s | FileCheck %s
22

33
// -----
44
// Check that shape.assuming returns a memref.

0 commit comments

Comments
 (0)