diff --git a/Tests/TestingTests/MiscellaneousTests.swift b/Tests/TestingTests/MiscellaneousTests.swift index b9f274c8e..bb0d4b7f4 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