Skip to content

Commit

Permalink
Forgot trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lmendesp-amd committed Dec 10, 2024
1 parent 76cebad commit e1f758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/test/Target/Cpp/emitc-constants-as-variables.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ func.func @test_subscript(%arg0: !emitc.array<4xf32>) -> (!emitc.lvalue<f32>) {
}
// CPP-DEFAULT: float test_subscript(float v1[4]) {
// CPP-DEFAULT-NEXT: return v1[0];
// CPP-DEFAULT-NEXT: }
// CPP-DEFAULT-NEXT: }

0 comments on commit e1f758d

Please sign in to comment.