about summary refs log tree commit diff
path: root/tests/codegen/range-attribute.rs
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-10-17 09:43:21 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-10-19 13:09:21 +0000
commitcc7044b080d167745b7425ed3cb8c9866401c375 (patch)
treed4524910bb560bd3b52825cb0ac4da6f331783ea /tests/codegen/range-attribute.rs
parent8ed77fd29e289a591df16390049a8e94f3c62b04 (diff)
downloadrust-cc7044b080d167745b7425ed3cb8c9866401c375.tar.gz
rust-cc7044b080d167745b7425ed3cb8c9866401c375.zip
Fix test expectations for 32bit x86
Diffstat (limited to 'tests/codegen/range-attribute.rs')
-rw-r--r--tests/codegen/range-attribute.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/range-attribute.rs b/tests/codegen/range-attribute.rs
index 456b28fc535..8972fc76ca2 100644
--- a/tests/codegen/range-attribute.rs
+++ b/tests/codegen/range-attribute.rs
@@ -48,7 +48,7 @@ pub enum Enum1 {
     C(u64),
 }
 
-// bit32: void @enum1_value({{.*}} sret([16 x i8]) {{[^,]*}}, [[ENUM1_TYP:i[0-9]+]]
+// bit32: void @enum1_value({{.*}} sret({{[^,]*}}) {{[^,]*}}, [[ENUM1_TYP:i[0-9]+]]
 // bit64: { [[ENUM1_TYP:i[0-9]+]], i64 } @enum1_value([[ENUM1_TYP]]
 // CHECK-SAME: noundef range([[ENUM1_TYP]] 0, 3) %x.0, i64 noundef %x.1)
 #[no_mangle]