diff --git a/test/IRGen/verbose_asm.swift b/test/IRGen/verbose_asm.swift index 623127cc31cf1..999a55e69b82f 100644 --- a/test/IRGen/verbose_asm.swift +++ b/test/IRGen/verbose_asm.swift @@ -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