about summary refs log tree commit diff
path: root/src/test/ui/continue-after-missing-main.rs
AgeCommit message (Collapse)AuthorLines
2019-11-03Avoid mixing error patterns with error annotationsTomasz Miąsko-3/+1
When both error patterns and error annotations are present in an ui test, only error patterns are validated against the output. Replace the error pattern with an error annotation to avoid silently ignoring the other error annotation.
2019-04-11Continue evaluating after missing mainEsteban Küber-0/+32