mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Fix verbose_asm.swift to match additional asm comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user