Skip to content

[test] Re-enable forward-slash-regex-skipping-allowed.swift #59689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
// RUN: %FileCheck -input-file %t/stats.csv %s

// REQUIRES: swift_in_compiler
// REQUIRES: rdar95806819

// Make sure we can skip in all of the below cases.

// We don't appear to output a stats entry when it is 0.
// 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.
// CHECK-NOT: {{"Parse.NumFunctionsParsed" [^0]}}

// Balanced `{}`, so okay.
func a() { / {}/ }
Expand Down