about summary refs log tree commit diff
path: root/tests/codegen/force-no-unwind-tables.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/force-no-unwind-tables.rs')
-rw-r--r--tests/codegen/force-no-unwind-tables.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/force-no-unwind-tables.rs b/tests/codegen/force-no-unwind-tables.rs
index 0189ae7c0a6..e823bedac0f 100644
--- a/tests/codegen/force-no-unwind-tables.rs
+++ b/tests/codegen/force-no-unwind-tables.rs
@@ -1,7 +1,7 @@
 //@ compile-flags: -C no-prepopulate-passes -C panic=abort -C force-unwind-tables=n
 //@ ignore-windows
 
-#![crate_type="lib"]
+#![crate_type = "lib"]
 
 // CHECK-LABEL: define{{.*}}void @foo
 // CHECK-NOT: attributes #{{.*}} uwtable