diff --git a/Tests/TestingTests/MiscellaneousTests.swift b/Tests/TestingTests/MiscellaneousTests.swift index 3cd900eee..7a03a3292 100644 --- a/Tests/TestingTests/MiscellaneousTests.swift +++ b/Tests/TestingTests/MiscellaneousTests.swift @@ -166,6 +166,7 @@ struct TestsWithStaticMemberAccessBySelfKeyword { @Test(.hidden, arguments: Self.x) func f(i: Int) {} +#if FIXED_135346598 @Test(.hidden, arguments: Self.f(max: 100)) func g(i: Int) {} @@ -178,6 +179,7 @@ struct TestsWithStaticMemberAccessBySelfKeyword { @Test(.hidden, arguments: [Box(rawValue: Self.f(max:))]) func j(i: Box<@Sendable (Int) -> Range>) {} +#endif struct Nested { static let x = 0 ..< 100