Skip to content

Commit a2caecf

Browse files
committed
Fix 'vim stole my letter' problem in test
1 parent 8f98574 commit a2caecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CIR/IR/func.cir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ cir.func @has_attrs() attributes {foo, baz = 5, floof = "flop"} {
191191
cir.return
192192
}
193193

194-
// CHECK: cir.func @has_attrs() attributes {bz = 5, floof = "flop", foo} {
194+
// CHECK: cir.func @has_attrs() attributes {baz = 5, floof = "flop", foo} {
195195
// CHECK: cir.return
196196
// CHECK: }

0 commit comments

Comments
 (0)