Skip to content

Commit 694f738

Browse files
authored
Revert "Work around macro expansion bug in 2024-4-1 toolchain." (#176)
This reverts commit 95b3df5.
1 parent 19dcc69 commit 694f738

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/TestingTests/Runner.Plan.SnapshotTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ struct Runner_Plan_SnapshotTests {
1919
#if canImport(Foundation)
2020
@Test("Codable")
2121
func codable() async throws {
22-
#if SWT_FIXED_120559184
2322
let suite = try #require(await test(for: Runner_Plan_SnapshotFixtures.self))
2423

2524
var configuration = Configuration()
@@ -49,7 +48,6 @@ struct Runner_Plan_SnapshotTests {
4948
Issue.record("Decoded step does not match the original snapshotted step: decodedStep: \(decodedStep), snapshotStep: \(snapshotStep)")
5049
}
5150
}
52-
#endif
5351
}
5452
#endif
5553
}

0 commit comments

Comments
 (0)