summaryrefslogtreecommitdiffstats
path: root/src/test/codegen/panic-unwind-default-uwtable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/codegen/panic-unwind-default-uwtable.rs')
-rw-r--r--src/test/codegen/panic-unwind-default-uwtable.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/codegen/panic-unwind-default-uwtable.rs b/src/test/codegen/panic-unwind-default-uwtable.rs
deleted file mode 100644
index 4c85008cf..000000000
--- a/src/test/codegen/panic-unwind-default-uwtable.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// compile-flags: -C panic=unwind -C no-prepopulate-passes
-
-#![crate_type = "lib"]
-
-// CHECK: attributes #{{.*}} uwtable
-pub fn foo() {}