Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da5a62c

Browse files
Merge pull request swiftlang#9946 from swiftlang/dl/lldb-Loosen-test-of-concrete-type-of-DSL-Regex-NFC
[lldb] Loosen test of concrete type of DSL Regex (NFC)
2 parents 8e2e33b + d8ece74 commit da5a62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SwiftREPL/Regex.test

+1-1
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)