Skip to content

Commit 818b890

Browse files
committed
[lldb] Loosen test of concrete type of DSL Regex (NFC)
(cherry-picked from commit d8ece74)
1 parent 808bd19 commit 818b890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SwiftREPL/Regex.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let regex2 = /Order from <(.*)>, type: (.*), count in dozen: ([0-9]+)/
1414

1515
import RegexBuilder
1616
let dslRegex = Regex { .digit }
17-
// CHECK: _StringProcessing.Regex<Substring> =
17+
// CHECK: _StringProcessing.Regex<{{.+}}> =
1818

1919
// We should only see this output once, regardless of availability.
2020
// CHECK-NOT: _StringProcessing

0 commit comments

Comments
 (0)