Skip to content

Commit 000a808

Browse files
committed
[Test] Regex tests depend on host Swift compiler
This test was missed in #69838. Update to depend on swift_swift_parser (ie. "have a host Swift compiler").
1 parent 126022f commit 000a808

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)