Skip to content

Commit ff67ded

Browse files
committed
[test] Fix verbose_asm.swift to match additional asm comments
1 parent a867ff8 commit ff67ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IRGen/verbose_asm.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ func simpleFunction() -> Int {
88
return 42
99
}
1010

11-
// VERBOSE: {{;|#}} -- {{Begin|End}} function
12-
// NO-VERBOSE-NOT: {{;|#}} -- {{Begin|End}} function
11+
// VERBOSE: {{;|#|//|@}} -- {{Begin|End}} function
12+
// NO-VERBOSE-NOT: {{;|#|//|@}} -- {{Begin|End}} function

0 commit comments

Comments
 (0)