Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in runtime test for installCommonValueWitnesses_pod_indirect.
It didn't properly set "withInlineStorage(false)" on the test value witness table, causing it to pick direct-storage value witnesses that overflow a fixed-size buffer and crash on the ASan bot. Fix the test, and add a check for a canary that fails even without ASan. Swift SVN r30462
- Loading branch information