Skip to content

Commit 1fc2b98

Browse files
committed
Fix test
1 parent 99f8f98 commit 1fc2b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/test/Dialect/EmitC/func.mlir

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ emitc.func @f(%x: i32 ref) {
1616

1717
// -----
1818

19-
// CHECK: emitc.func @f
19+
// CHECK: emitc.func private @f
2020
// CHECK-SAME: i32 ref
21-
emitc.func @f(i32 ref)
21+
emitc.func private @f(i32 ref)
2222

2323
// -----
2424

25-
// CHECK: emitc.func @f
25+
// CHECK: emitc.func private @f
2626
// CHECK-SAME: i32 ref
27-
emitc.func @f(i32 {emitc.reference})
27+
emitc.func private @f(i32 {emitc.reference})

0 commit comments

Comments
 (0)