about summary refs log tree commit diff
path: root/src/test/codegen/nounwind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/codegen/nounwind.rs')
-rw-r--r--src/test/codegen/nounwind.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/codegen/nounwind.rs b/src/test/codegen/nounwind.rs
index 49a74ef7ab4..f639c60b893 100644
--- a/src/test/codegen/nounwind.rs
+++ b/src/test/codegen/nounwind.rs
@@ -14,4 +14,3 @@ pub fn foo() {
 // CHECK: @bar() unnamed_addr #0
 // CHECK: attributes #0 = { {{.*}}nounwind{{.*}} }
 }
-