Skip to content

Commit 2485d00

Browse files
committed
wip: trying to pass
1 parent 28232cf commit 2485d00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/RegexBuilderTests/MotivationTests.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private func processWithDSL(_ line: String) -> Transaction? {
189189
return process(line, using: regex)
190190
}
191191

192-
@available(macOS 12.0, *)
192+
@available(macOS 12.0)
193193
private func process(
194194
_ line: String,
195195
using regex: Regex<(Substring, Substring, Substring, Substring, Substring)>
@@ -219,7 +219,8 @@ private func process(
219219

220220
extension RegexDSLTests {
221221

222-
@available(macOS 12.0, *)
222+
// TODO: FormatStyle not available on Linux...
223+
@available(macOS 12.0)
223224
func testBankStatement() {
224225
// TODO: Stop printing and start testing...
225226

0 commit comments

Comments
 (0)