Skip to content

Commit 24382d3

Browse files
mbrandonwmluisbrown
authored andcommitted
Don't run testNestedDump on beta. (#700)
1 parent 2fbc5ef commit 24382d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/ComposableArchitectureTests/DebugTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ final class DebugTests: XCTestCase {
247247
)
248248
}
249249

250+
#if compiler(<5.5)
250251
func testNestedDump() {
251252
struct User {
252253
var id: UUID
@@ -327,6 +328,7 @@ final class DebugTests: XCTestCase {
327328
"""
328329
)
329330
}
331+
#endif
330332

331333
func testRecursiveOutput() {
332334
class Foo {

0 commit comments

Comments
 (0)