Skip to content

Commit 7b80a1f

Browse files
chore: remove x86-intel.xml from stdarch-verify crate
1 parent 52091b5 commit 7b80a1f

File tree

2 files changed

+1
-158423
lines changed

2 files changed

+1
-158423
lines changed

crates/stdarch-verify/tests/x86-intel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ fn verify_all_signatures() {
164164
// Open up the network console and you'll see an xml file was downloaded
165165
// (currently called data-3.6.9.xml). That's the file we downloaded
166166
// here.
167-
let xml = include_bytes!("../x86-intel.xml");
167+
let xml = include_bytes!("../../../intrinsics_data/x86-intel.xml");
168168

169169
let xml = &xml[..];
170170
let data: Data = quick_xml::de::from_reader(xml).expect("failed to deserialize xml");

0 commit comments

Comments
 (0)