We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 298ba58 + ff67ded commit b662533Copy full SHA for b662533
test/IRGen/verbose_asm.swift
@@ -8,5 +8,5 @@ func simpleFunction() -> Int {
8
return 42
9
}
10
11
-// VERBOSE: {{;|#}} -- {{Begin|End}} function
12
-// NO-VERBOSE-NOT: {{;|#}} -- {{Begin|End}} function
+// VERBOSE: {{;|#|//|@}} -- {{Begin|End}} function
+// NO-VERBOSE-NOT: {{;|#|//|@}} -- {{Begin|End}} function
0 commit comments