Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
josel-amd committed Nov 12, 2024
1 parent 99f8f98 commit 1fc2b98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mlir/test/Dialect/EmitC/func.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ emitc.func @f(%x: i32 ref) {

// -----

// CHECK: emitc.func @f
// CHECK: emitc.func private @f
// CHECK-SAME: i32 ref
emitc.func @f(i32 ref)
emitc.func private @f(i32 ref)

// -----

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

0 comments on commit 1fc2b98

Please sign in to comment.