You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a while, tests were run with `target.prefer-dynamic-value` overridden to
`no-dynamic-values` – but the override was removed in
[D132382](https://reviews.llvm.org/D132382). At that time, tests that failed were
individually opted in to `no-dynamic-values`.
I don't recall specifics about `TestRealDefinition`, but it currently fails with
`no-dynamic-values`, and that is correct behavior. This change removes the
`no-dynamic-values` override.
0 commit comments