[test] Fix verbose_asm.swift to match additional asm comments

This commit is contained in:
Ryan Mansfield
2025-10-20 13:16:20 -04:00
parent a867ff8775
commit ff67ded11e

View File

@@ -8,5 +8,5 @@ func simpleFunction() -> Int {
return 42
}
// VERBOSE: {{;|#}} -- {{Begin|End}} function
// NO-VERBOSE-NOT: {{;|#}} -- {{Begin|End}} function
// VERBOSE: {{;|#|//|@}} -- {{Begin|End}} function
// NO-VERBOSE-NOT: {{;|#|//|@}} -- {{Begin|End}} function