forked from OSchip/llvm-project
remove a broken test, this is matching nounwind on intrinsics, not the old unwind instruction
llvm-svn: 125188
This commit is contained in:
parent
b36195ab26
commit
7f4b42eee9
|
@ -1,10 +0,0 @@
|
|||
// RUN: %llvmgxx -xc++ %s -S -o - | grep unwind
|
||||
|
||||
struct S { ~S(); };
|
||||
|
||||
int mightthrow();
|
||||
|
||||
int test() {
|
||||
S s;
|
||||
mightthrow();
|
||||
}
|
Loading…
Reference in New Issue