about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2022-01-17 21:26:04 +0100
committerJakub Beránek <berykubik@gmail.com>2022-01-24 09:07:47 +0100
commit50f8062316e37e9be6ee58dc7e5311a5515591da (patch)
tree088995dd266d35dd368d493d7adc938c8f08a984 /src/test/debuginfo
parent42313dd29b3edb0ab453a0d43d12876ec7e48ce0 (diff)
downloadrust-50f8062316e37e9be6ee58dc7e5311a5515591da.tar.gz
rust-50f8062316e37e9be6ee58dc7e5311a5515591da.zip
Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher"
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/function-names.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/debuginfo/function-names.rs b/src/test/debuginfo/function-names.rs
index ac9a02cce04..61d5fc93cd2 100644
--- a/src/test/debuginfo/function-names.rs
+++ b/src/test/debuginfo/function-names.rs
@@ -37,7 +37,7 @@
 // Const generic parameter
 // gdb-command:info functions -q function_names::const_generic_fn.*
 // gdb-check:[...]static fn function_names::const_generic_fn_bool<false>();
-// gdb-check:[...]static fn function_names::const_generic_fn_non_int<{CONST#3fcd7c34c1555be6}>();
+// gdb-check:[...]static fn function_names::const_generic_fn_non_int<{CONST#fe3cfa0214ac55c7}>();
 // gdb-check:[...]static fn function_names::const_generic_fn_signed_int<-7>();
 // gdb-check:[...]static fn function_names::const_generic_fn_unsigned_int<14>();
 
@@ -76,7 +76,7 @@
 // Const generic parameter
 // cdb-command:x a!function_names::const_generic_fn*
 // cdb-check:[...] a!function_names::const_generic_fn_bool<false> (void)
-// cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST$3fcd7c34c1555be6> (void)
+// cdb-check:[...] a!function_names::const_generic_fn_non_int<CONST$fe3cfa0214ac55c7> (void)
 // cdb-check:[...] a!function_names::const_generic_fn_unsigned_int<14> (void)
 // cdb-check:[...] a!function_names::const_generic_fn_signed_int<-7> (void)