We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28232cf commit 60e3cf3Copy full SHA for 60e3cf3
Tests/RegexBuilderTests/MotivationTests.swift
@@ -9,6 +9,11 @@
9
//
10
//===----------------------------------------------------------------------===//
11
12
+// FIXME: macOS CI seems to be busted and Linux doesn't have FormatStyle
13
+// So, we disable this file for now
14
+
15
+#if false
16
17
import _MatchingEngine
18
19
import XCTest
@@ -219,6 +224,7 @@ private func process(
219
224
220
225
extension RegexDSLTests {
221
226
227
+ // TODO: FormatStyle not available on Linux...
222
228
@available(macOS 12.0, *)
223
229
func testBankStatement() {
230
// TODO: Stop printing and start testing...
@@ -256,3 +262,6 @@ extension RegexDSLTests {
256
262
}
257
263
258
264
265
266
+#endif
267
0 commit comments