Skip to content

Commit 3c6a3ce

Browse files
committed
Fix test
1 parent 921aa4a commit 3c6a3ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/test/Conversion/MemRefToEmitC/memref-to-emitc-failed.mlir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ func.func @unsupported_type_i4() {
5858
// expected-error@+1 {{failed to legalize operation 'memref.alloca'}}
5959
%0 = memref.alloca() : memref<4xi4>
6060
return
61-
61+
}
62+
6263
// -----
6364

6465
func.func @memref_expand_dyn_shape(%arg: memref<?xi32>, %size: index) -> memref<?x5xi32> {

0 commit comments

Comments
 (0)