diff options
Diffstat (limited to 'tests/codegen/panic-unwind-default-uwtable.rs')
| -rw-r--r-- | tests/codegen/panic-unwind-default-uwtable.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/codegen/panic-unwind-default-uwtable.rs b/tests/codegen/panic-unwind-default-uwtable.rs deleted file mode 100644 index 06f616c519b..00000000000 --- a/tests/codegen/panic-unwind-default-uwtable.rs +++ /dev/null @@ -1,6 +0,0 @@ -//@ compile-flags: -C panic=unwind -C no-prepopulate-passes -Copt-level=0 - -#![crate_type = "lib"] - -// CHECK: attributes #{{.*}} uwtable -pub fn foo() {} |
