summary refs log tree commit diff
path: root/src/test/ui/abi/stack-probes.rs
AgeCommit message (Collapse)AuthorLines
2019-12-22Remove mem::uninitalized from testsMark Rousskov-7/+8
This purges uses of uninitialized where possible from test cases. Some are merely moved over to the equally bad pattern of MaybeUninit::uninit().assume_init() but with an annotation that this is "the best we can do".
2019-08-15Group all ui tests and move to abi #62593Kevin Per-0/+68