swift
1e8eda17 - [Test] Avoid verifying SILGen in cursor info test

Commit
2 years ago
[Test] Avoid verifying SILGen in cursor info test Verifying SILGen causes `loadAllMembers` to be run, which in turn ends up actually creating the parent PBD of each `VarDecl` in this test. Without verification, we never deserialize that PBD and thus end up with `class` instead of `static` as we should. That's incorrect, but it's an existing failure (rdar://105239467). Resolves rdar://109037827. (cherry picked from commit d0c892297ccf55e06e7e7db49182a0e915144094)
Author
Committer
Parents
Loading