about summary refs log tree commit diff
path: root/tests/codegen/stack-probes-inline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/stack-probes-inline.rs')
-rw-r--r--tests/codegen/stack-probes-inline.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codegen/stack-probes-inline.rs b/tests/codegen/stack-probes-inline.rs
index 6bd6b0cb354..c5073b9cc22 100644
--- a/tests/codegen/stack-probes-inline.rs
+++ b/tests/codegen/stack-probes-inline.rs
@@ -27,6 +27,6 @@ trait Sized {}
 
 #[no_mangle]
 pub fn foo() {
-// CHECK: @foo() unnamed_addr #0
-// CHECK: attributes #0 = { {{.*}}"probe-stack"="inline-asm"{{.*}} }
+    // CHECK: @foo() unnamed_addr #0
+    // CHECK: attributes #0 = { {{.*}}"probe-stack"="inline-asm"{{.*}} }
 }