about summary refs log tree commit diff
path: root/tests/codegen/pie-relocation-model.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/pie-relocation-model.rs')
-rw-r--r--tests/codegen/pie-relocation-model.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/pie-relocation-model.rs b/tests/codegen/pie-relocation-model.rs
index b10af693452..cb8de91ccd7 100644
--- a/tests/codegen/pie-relocation-model.rs
+++ b/tests/codegen/pie-relocation-model.rs
@@ -13,7 +13,7 @@ pub fn call_foreign_fn() -> u8 {
 
 // External functions are still marked as non-dso_local, since we don't know if the symbol
 // is defined in the binary or in the shared library.
-// CHECK: declare zeroext i8 @foreign_fn()
+// CHECK: declare i8 @foreign_fn()
 extern "C" {
     fn foreign_fn() -> u8;
 }