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 126022f commit 000a808Copy full SHA for 000a808
test/SourceKit/Sema/sema_regex.swift
@@ -2,7 +2,8 @@ public func retRegex() -> Regex<Substring> {
2
/foo/
3
}
4
5
-// REQUIRES: swift_in_compiler
+// REQUIRES: swift_swift_parser
6
+
7
// RUN: %sourcekitd-test -req=sema %s -- %s -Xfrontend -enable-bare-slash-regex -Xfrontend -disable-availability-checking | %FileCheck %s
8
9
// CHECK: [
0 commit comments