Skip to content

Commit b662533

Browse files
authored
Merge pull request #85008 from rjmansfield/fix-verbose-asm-comments
[test] Fix verbose_asm.swift to match additional asm comments
2 parents 298ba58 + ff67ded commit b662533

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)