mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The test was failing in CI with Debug stdlib due to a different ordering of struct_extract operations. Changed to use CHECK-DAG for the two independent struct_extract operations that can appear in either order. rdar://165265446