mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
comment out test
This commit is contained in:
parent
d8c0c176d8
commit
cead509255
1 changed files with 9 additions and 10 deletions
|
@ -600,14 +600,13 @@ mod test {
|
|||
assert_eq!(new_sections, names.as_slice());
|
||||
}
|
||||
|
||||
#[test]
|
||||
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);
|
||||
}
|
||||
// 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);
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue