Fix test expectation in TestNoreturnUnwind
The test case lookinhg for the abort function in the stack trace. Previously it lookd for a function which ends with "abort" but on some system there are multiple such functions (e.g.: on android abort calls __libc_android_abort) what made the test fail. This CL change the behaviour to look for the abort function based on a fix list of names. llvm-svn: 235584
Loading
Please sign in to comment