remove test

This commit is contained in:
Folkert 2022-09-14 21:19:39 +02:00
parent cead509255
commit 1b74dec8ac
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -599,14 +599,4 @@ mod test {
assert_eq!(new_sections, names.as_slice());
}
// fn actually_do_the_thing() {
// let data = include_bytes!("/home/folkertdev/roc/roc/examples/double/simple.exe");
//
// let new_sections = [*b".text\0\0\0", *b".rdata\0\0"];
//
// let path = Path::new("/home/folkertdev/roc/roc/examples/double/modified.exe");
//
// let _mmap = Preprocessor::preprocess(path, data, &new_sections);
// }
}