Skip to content

Commit d5f4ed8

Browse files
authored
Merge pull request #70073 from bnbarham/regex-depends-on-swift
[Test] Regex tests depend on host Swift compiler
2 parents 0c03f1c + 000a808 commit d5f4ed8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/SourceKit/Sema/sema_regex.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ public func retRegex() -> Regex<Substring> {
22
/foo/
33
}
44

5-
// REQUIRES: swift_in_compiler
5+
// REQUIRES: swift_swift_parser
6+
67
// RUN: %sourcekitd-test -req=sema %s -- %s -Xfrontend -enable-bare-slash-regex -Xfrontend -disable-availability-checking | %FileCheck %s
78

89
// CHECK: [

0 commit comments

Comments
 (0)