mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This would fail in asserts builds because the GSB produced an invalid minimal signature. It now started failing in noassert builds as well because we cross-check generic signatures against the Requirement Machine. Instead run this test with the Requirement Machine enabled unconditionally since it works now.