Skip to content

Commit 6013541

Browse files
author
katelyn a. martin
committed
update 32-bit hash in impl1 test
1 parent bfd67f0 commit 6013541

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/ui/symbol-names/impl1.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// revisions: legacy v0
44
//[legacy]compile-flags: -Z symbol-mangling-version=legacy
55
//[v0]compile-flags: -Z symbol-mangling-version=v0
6-
//[legacy]normalize-stderr-32bit: "hee444285569b39c2" -> "SYMBOL_HASH"
6+
//[legacy]normalize-stderr-32bit: "h13cfe136e83a9196" -> "SYMBOL_HASH"
77
//[legacy]normalize-stderr-64bit: "hd949d7797008991f" -> "SYMBOL_HASH"
88

99
#![feature(auto_traits, rustc_attrs)]
@@ -75,7 +75,3 @@ fn main() {
7575
}
7676
};
7777
}
78-
79-
// FIXME(katie): The 32-bit symbol hash probably needs updating as well, but I'm slightly unsure
80-
// about how to do that. This comment is here so that we don't break the test due to error messages
81-
// including incorrect line numbers.

0 commit comments

Comments
 (0)