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.
1 parent 2037006 commit 6c091a5Copy full SHA for 6c091a5
test/StringProcessing/Parse/forward-slash-regex-skipping-allowed.swift
@@ -5,12 +5,13 @@
5
// RUN: %FileCheck -input-file %t/stats.csv %s
6
7
// REQUIRES: swift_in_compiler
8
-// REQUIRES: rdar95806819
9
10
// Make sure we can skip in all of the below cases.
11
12
-// We don't appear to output a stats entry when it is 0.
13
-// CHECK-NOT: {{"Parse.NumFunctionsParsed"}}
+// The printing implementation differs in asserts and no-asserts builds, it will
+// either print `"Parse.NumFunctionsParsed" 0` or not print it at all. Make sure
+// we don't output any non-zero value.
14
+// CHECK-NOT: {{"Parse.NumFunctionsParsed" [^0]}}
15
16
// Balanced `{}`, so okay.
17
func a() { / {}/ }
0 commit comments