Skip to content

Revert "Work around macro expansion bug in 2024-4-1 toolchain." #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Tests/TestingTests/Runner.Plan.SnapshotTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ struct Runner_Plan_SnapshotTests {
#if canImport(Foundation)
@Test("Codable")
func codable() async throws {
#if SWT_FIXED_120559184
let suite = try #require(await test(for: Runner_Plan_SnapshotFixtures.self))

var configuration = Configuration()
Expand Down Expand Up @@ -49,7 +48,6 @@ struct Runner_Plan_SnapshotTests {
Issue.record("Decoded step does not match the original snapshotted step: decodedStep: \(decodedStep), snapshotStep: \(snapshotStep)")
}
}
#endif
}
#endif
}
Expand Down